Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

1077 results found

  1. There should be a function to left shift the bars in the viewing range. so that we can see some space available between the last bar ( which is updating real time) and right side border of the chart.

    It is a standard feature available in all stock market software. Particularly if you see meta trader MT4, chart shift feature is available in chart menu.

    This is nice feature to have in the charts.

    2 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. better to use geojson/topojson as an open standard format for encoding collections of simple geographical features

    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)
  3. Hi,
    i want proper information regarding series data overlapping conditions in bubble charts .

    like dont show overlapping bubble's hidden part, something like this.

    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. If I've got a sparse dataset (e.g. to save space, duplicate data points are omitted), a line graph still represents the data accurately, however the tooltip only appears over the actual data points.

    Would it be possible for the tooltip to interpolate the data at the mouse pointer's position so as to show a value whether there's an actual data point there or not?

    48 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. Show the lines between value and chart also if value is displayed inside of a donut pie chart, example here: http://forum.highcharts.com/highcharts-usage/lines-inside-of-a-donut-pie-chart-t28557/

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    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)
  6. Add the ability to dynamically make changes to the MenuItems located in the chart.options.exporting.buttons.contextButton, without having to destroy/recreate the chart, similar to setTitle() and addSeries() ability to dynamically change the titles and data, respectively.

    Currently, one can access the array of MenuItems, and one can make changes to the objects themselves, specifically the onclick() function; the function itself is updated.

    However, the text/styling, which may also need to be updated, is NOT reflected in the chart unless you destroy and recreate the chart.

    Please add some function, perhaps that may accept an array of menuItem objects, that will re-render just…

    15 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. To build Gantt-charts, we currently use inverted columnrange types. However, if we want to plot another graph type on the same graph, e.g. line, then this will be inverted as well. This causes problems as the x and y values have to be inverted, meaning that the new x data is no longer in order.

    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)
  8. Namely, I have an issue with the misleading maxHeight property. If you are digging deep enough in the docs to customize the legend to use maxHeight, this property's value should be taken as gospel.
    Either that or allow for the navigation (pagination) of the legend to be disabled without having to have useHTML enabled.

    18 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. text beneath a column chart has no scaling. after the creation of a column chart with multiple series the text eventually renders in multiple rows rather than being scaled into just one row of text beneath each respective column.

    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. I find it hard to focus on specific parts of a chart once it contains lots of data points: the navigator's "handles" can be so close to each other that it is unusable. My suggestion is the following: show a 2nd navigator if there's a "more-specific data" to show (meaning - the narrowed area itself contains many points).

    To demonstrate my suggestion, I implemented this with two separate charts, one sitting on top of the other, with a slightly shorter height (so that the original's chart navigator is still visible):
    http://jsfiddle.net/QNV66/

    Note that this example has only 100 points. It…

    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 really useful if we can turn off (remove from display like when we click an item on legend) each column element in column bar chart.

    This could be useful in many cases. Consider a graph with a column of very large numbers and very small numbers (example http://jsfiddle.net/uqA6w/1/). Turning off the column with large numbers (Jan in example) will improve the resolution of other columns a lot. You can zoom, but this is not convenient as you may have to zoom. multiple times. There are even cases where you want to draw a graph with many…

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    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)
  12. Can we have option to get series by name like

    chart.series['name'] as of now either need to iterate like

    $(chart.series).each(function(i, serie){console.log(serie.name)})

    or if we the know the order then fetch chart.series[0].name

    2 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. Sometimes user may add link in the tooltip and click the links. But the tooltip will disappear soon. So it is very hard for a user to put the cursor on the link and click it.

    Although user can set a long delay to resolve the issue but when the mouse leaves the tooltip tooltip does not disappearfor long time which is not good either.

    11 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. in highstock, when data values are identical, the line will not be displayed.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    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)
  15. Area chart with a numerical x-axis rather than a categorical x-axis. Our particular application plots the physical boundaries of metallic engineering sample slugs post-impact. (We're studying shock stresses and strains.) We use Highcharts for all our other 2D plotting and it'd be great to preserve the look and feel for these types of plots.

    Currently I have a workaround where I plot an invisible line of the correct dimensions to set up the plot and then draw in the boundaries of the slugs using the renderer methods. It works but it's a hack.

    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. Add a callback to the reflow function, since it uses a timeout you can't execute your own code right after reflow is finished.

    4 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. Have events on plotbands and plotlines, hope to customize cursor style to provide user hints.

    7 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)
  18. I really like how highstock provides a way to move through time and visualize data by selecting and panning. I would like to reuse this functionality on a map. Sadly, the SVG rendered map provided in other suggestions is not good enough for my case as I would like to reuse some of layers and other APIs Google Maps provide, but allow user to move and select through time and then display data a bit like as a scatterplot (only with positions) on top of Google Maps.

    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. Currently mouseOut and mouseOver events are triggered only for the highest (in layers) series when multiple series are drawn on the same chart. They should be triggered for any. (The reason is because probably tracker captures all mouseOut and mouseOver events for highest layer.)

    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)
  20. I plot multiple series with same Y range for data. If I use same y-axis for all series, then I have only one label displayed for the y-axis. If I use multiple y-axis, then I get redundant ticks which display the same range. Is there a way to have multiple y axis labels for each series, but to display only one ticks for y axis? Additionally, if I hide a series by clicking on legend, label for that particular series should preferably be hidden as well.

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