Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

402 results found

  1. Have a parameter to place the url name on each label on the map

    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)
  2. We have to build a pie chart inside each box of the Heatmap chart. Is this feasible in the Heatmap chart? If yes can anyone post the Idea?

    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)
  3. For Highstocks multiple series, please add the buttons to activate/deactivate series.

    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)
  4. Currently, if you use multiple Y-axis in combination with a stacked column chart, all columns are stacked together. Example:

    http://jsfiddle.net/Lanerxnr/1/

    I propose that only the columns belonging to the same y-axis are stacked together. This would mean that in the example above, "Rainfall 3" would not be stacked on top of the others, but rendered next to it and have it's own axis.

    If there was an additional series with y-axis=1 would be rendered on top of "Rainfall 3"

    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)
  5. Basically it's like the demo maps "Highmaps lat/lon" or "Map-Bubble", but then, instead of single data bubble puts multiple data pie-charts in an area.

    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)
  6. Can you provide a 3-D chart option such that
    1) The size of each slice (angular radians) is determined by numerical data in one column
    2) The height of each slice is determined by numerical data in a 2nd column
    3) The color of each slice is determined by numerical or categorical data in a 3rd column
    4) The radius of the slice (extension of the edge from the center) is determined by numerical data in a 4th column.

    In this way, one pie chart can show 4 sets of data with the axes being radians, height, radius and color.

    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  ·  0 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)
  7. We need diverging color scales for highmaps instead of a single color going from light to dark. This feature is in POWER BI Maps .

    When the Diverging slider is on, you can set the colors for Minimum, Maximum and Center separately. Center is set to Zero, so bars with values above zero are a gradient shade of green, and bars below zero are shades of red.

    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)
  8. I want to create a column chart with plot bands on perpendicular to y-axis showing bands from poor to excellent for my student's marks in different tests taken by him.

    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)
  9. I want highcharts to be able to exported to a excel file that contains the 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)
  10. 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)
  11. It would be nice to have native Angular 2 support. So far, it's a little bit complicated to implement Highcharts with Angular 2 (without relying on 3rd-party plugins.

    33 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. Is there any way to change the size of each bubble in High Maps Map Bubble. I want to display each bubble with some dynamic value for example Revenue of each quarter. Is there any way we can achieve that in High Maps?

    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)
  13. It would be usefull, when on Highmaps bubble map instead of circle it would be own custom POI.

    Thanks :)

    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)
  14. HighCharts is not compatible with Javascript Strict mode because it leaks variables to the global namespace.

    Running JavaScript in strict mode is a business requirement to enhance security and stability: "strict" operating context prevents certain actions from being taken and throws more exceptions:

    • It catches some common coding errors, throwing exceptions, instead of silently running.
    • It prevents, or throws errors, when relatively "unsafe" actions are taken (such as gaining access to the global object).
    • Strict mode code can sometimes run faster.

    As an example, this function in HighCharts:

    dSetter: function (value, key, element) {
    // some code
    this[key] = value;…

    78 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. The idea is to plot a barchart of a variable (for example the monthly ozone concentration) for each country. When clicking on a country; a barchart appear.

    6 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)

    This is more of a Leaflet question than Highcharts – the procedure would be to capture a click or touch event from the Leaflet API, then from that event handler show a Highcharts chart somewhere, for example in a jQuery UI popup.

  16. This is a highly needed feature, for example, if you're developing a sales dashboard that is used for displaying multiple charts on a single page. Currently Highcharts does support exporting multiple charts but only to an external server. There are some hacks found from the Internet but I would really like to use an official solution.

    http://jsfiddle.net/highcharts/gd7bB/

    http://stackoverflow.com/questions/25630811/export-highcharts-to-pdf-using-javascript-and-local-server-no-internet-connec

    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)
  17. Keep marker when grouping

    It appears the markers disappear when the data is grouped. It would be great to keep the marker even if it was not 100% accurate. The approximate location would be fine.

    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. on android,sometime,the charts is so wide,i click a button,how to turn it to vertical .where i click again,turn it to level. is there some advices?thank fou your answer.

    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. When we generate heatmap with large amount of data, the cells become too small and data labels don't appear for all of the cells.
    Can we have a provision to set the minimum height and width of the cells and make the heatmap scrollable?
    Details of the issue which can be solved with the above feature can be found here:
    http://stackoverflow.com/questions/36402055/highcharts-can-i-make-the-heatmap-chart-scrollable

    16 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. 14 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)
  • Don't see your idea?