Just how flexible is highcharts? (Mockup attached.) -


We did some fake work on the charts included on our website, and if we can use we will be thrilled Highcharts. But so many high charch work, we look very similar ...

How is it just customizable? Do we estimate that it can be used to make charts absolutely like these mockups?

  • Increasing average
  • High and low
  • Attractive points pointing to exact decorative gradients
  • What is the "Key" overlay showing Represents the color line

    So what do you think? HighTourts are available for this exact job, we do old javascript and hack up; Styling?

    Mockup:

    Yes, you definitely have those cards high Can do with! The motto around my work is "anything is possible."

    For points pointing to the elevation and the lows, you want to use "symbols" for the points found in this example:

      Data: [7.0, 6.9, 9.5, 14.5, 18.2, 21.5, 25.2, {y: 26.5, Marker: {symbol: 'url (http://www.highcharts.com/demo/Gfx/sreen.png)'}}, 23.3, 18.3, 13.9, 9.6]   

    For gradients, you can use SVG's "linear shield" functionality and can attach it in the background color. Here's an example: What you're doing is "stops" to change the ambiguity and color (up to 300 for height too):

      fillcolor: {linear gridient: [ 0, 0, 0, 300], prevents: [[0, Highchart's. Option (). Color [0]], [1, 'RGBA (2.00,0)']]}},   

    For key overlays, this is your standard legend, just this Kind of position:

      Legend: {layout: 'vertical', align: 'right', vertical alignment: 'top', x: -100, y: 100, floating: true, Border width: 1, background color: '#FFFFFF', shadow: true},   

    As the moving average, it's going to be basically your calculation series. @Nathanchhill said that there is a state of learning, but it seems that whatever you ask can be done without "hacking" anything in the High Chakra.

    Hope you helped! < / P>

  • Comments

    Popular posts from this blog

    excel vba - How to delete Solver(SOLVER.XLAM) code -

    github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

    ios - Replace text in UITextView run slowly -