Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

402 results found

  1. 1,130 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. As I learned from Sebastian, it seems the BETA version of HighMaps supports GeoJSON for rendering, but does not have a function to convert a given lat/lon point to a point on the map.
    This feature would be extremely useful for visualizations related to Maps.

    42 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  17 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. 40 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Auto calculation and plotting of trend lines in line charts, as described at http://en.wikipedia.org/wiki/Trend_lines_(technical_analysis)

    614 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Hi, I've used Highcharts in the past and love it! But right now I am looking for a charting framework that can let users explore the data by filtering it across the entire page.

    An example of what I am looking for can be found on the dc.js main page, under the Examples section:
    http://dc-js.github.io/dc.js/

    When you click on a year's bubble, the rest of the charts on the page show only that year's data.

    I would love to have this capability in Highcharts, is there any way to make this happen?

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. A radar chart or spider chart allows plotting of multivariate data. http://en.wikipedia.org/wiki/Radar_chart.

    1,113 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Can you work on Funnel Charts ( like here: http://www.fusioncharts.com/widgets/gallery.asp#funnel )? Those are very helpful to chart processes, sales performance etc.

    414 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. I'm trying to get the callout portion of a tooltip for a bubble chart to touch the outside perimeter of the bubble (needed because of overlapping bubbles and how the tooltips behave). I tried using the tooltip positioner but there is no information about the point (bubble) radius, so I have no idea how far to position the tooltip.

    0 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. In Highstocks Ability to set the Disable color for disable buttons. Currently is always defaults to #CCC

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. A Venn Diagram chart would be excellent. Nice and simple like the Google Charts API Venn, but with the usual HighCharts polish , tooltips, legends etc.

    3 way would be great to start, 4 way even cooler ;-)

    292 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. For example, plotting a map of Uganda using the dataset below where the size of the bubble is determined by the datavalue, and the position of the bubble is determined by longitude/latitude.

    Longitude | Latitude | City | datavalue


    32.446945| 0.064444 | Entebbe | 0.06376521695969484
    32.000000 | 2.750000 | Gulu | 0.054655900251167
    32.549999 | 0.383333 | Jinja | 0.1609312618506584
    32.583332 | 0.333333 | Kampala| 1.3937254564047585
    31.049999 | 0.233333 | Masaka | 0.08805672818243572
    32.333332 | 0.250000 | Mbale | 0.08502028927959311
    30.750000 | -0.416667| Mbarara| 0.06983809476538007
    34.183056 | 0.684722 | Tororo | 0.054655900251167

    9 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Can you please add fireEvent to the list of global variables that you currently expose? This would be helpful for firing events within functions that I need to wrap such as Point.drop which uses fireEvent

    Below is from highcharts.src.js at around line 17648, see my comment below:

    [code]
    // global variables
    extend(Highcharts, {

    // Constructors
    Axis: Axis,
    Chart: Chart,
    Color: Color,
    Point: Point,
    Tick: Tick, 
    Renderer: Renderer,
    Series: Series,
    SVGElement: SVGElement,
    SVGRenderer: SVGRenderer,
    
    // Various
    arrayMin: arrayMin,
    arrayMax: arrayMax,
    charts: charts,
    dateFormat: dateFormat,
    format: format,
    pathAnim: pathAnim,
    getOptions: getOptions,
    hasBidiBug: hasBidiBug,
    isTouchDevice: isTouchDevice,
    numberFormat: numberFormat,
    seriesTypes: seriesTypes,
    setOptions: setOptions,
    

    //--------…

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Allow groups of series so related/paired series could be turned on and off together and group together in the legend.

    397 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. We can place html formatted on the chart. But on export the ability is lost. In this example I have tried to use the subtitle for export, but HTML is lost there to and so it goes from a nice formatted paragraph with list items to a one line text on export.

    http://jsfiddle.net/no1uknow/4PU9j/3/

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Threshold option to set apply different colors , ideally to show negative values or values below target.
    eg. http://people.iola.dk/olau/flot/examples/thresholding.html

    265 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. We want to adjust the Bubble-Size of the Bubble Charts manually as we have 6 different bubble charts for 6 different countries which should be comparable, but not within one chart. We want to display 6 different charts but at the moment the bubble size of the biggest values of each chart is set to a maximum size, without regards to the absolute value. So the biggest bubble from chart 1 e.g with value 20 is double the size of the biggest bubble in chart 1 with value 10 if we do not arrange the maximum size for each chart…

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Sure there are lots of sparkline utilities out there, but wouldn't it be great if Highcharts had them too?

    106 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. 165 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
1 2 5 7 9 20 21
  • Don't see your idea?