Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

1077 results found

  1. The stacked chart currently have percentage option which shows the percentages across a single category. But that is not available for bar or column chart without stacking. It would be really helpful to have this built in

    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)
  2. The world map provided in Map Collection does not show disputed areas of countries. It would be really helpful if the disputed area of Jammu & Kashmir state is shown as part of India in world.json

    India with Jammu & Kashmir:
    http://jsfiddle.net/gh/get/jquery/1.11.0/highslide-software/highcharts.com/tree/master/samples/mapdata/countries/in/custom/in-all-disputed

    World Map with a part of Jammu and Kashmir missing from India:
    http://jsfiddle.net/gh/get/jquery/1.11.0/highslide-software/highcharts.com/tree/master/samples/mapdata/custom/world-lowres

    51 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. I am creating a column chart with Highcharts and I want to stack the values by time. So the xAxis is of type datetime. If the date sent is identical then the stacking is working right but if there is a second of difference, then it's not stacking well and the user experience is weird. A possible solution would be to add a stack range in order to group the similar date values. You can find my Stackoverflow question here with an image and a fiddle: http://stackoverflow.com/questions/39788944/highcharts-column-chart-stacked-not-showing-all-the-values

    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)
  4. I can't select the title and the chart categories . In some situations I need to select and copy those strings . Would You Please Add this opportunity ASAP?

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

    Hi, this feature is prevented in two places, because there were problems with text being selected when trying to zoom in. See https://github.com/highcharts/highcharts/issues/3224.

    If you want to enable text selection, there are two lines where the event handling is prevented. If you comment out both these lines, your users can select text:

    - https://github.com/highcharts/highcharts/blob/v5.0.14/js/parts/Pointer.js#L756
    - https://github.com/highcharts/highcharts/blob/v5.0.14/js/parts/Pointer.js#L813

  5. I've created javascript functions to automate some char creations.

    I may not know what the names of my series will be, nor their length, but I know how I want to organize them in my legend (2x3, 2x2, ...).

    It would be great if we could set in the legend's options the number max of items per line.

    20 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. I suggest Highcharts add support for 3D line, spline, area, areaspline, and step charts. The current support where a 2D chart is superimposed on 3D axes is unusable.

    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)
  7. It would be nice if it is possible to create a bar chart with labels like the pie chart. I need to be able to create the labels outside the column and create that line to them. Just like the pie chart does here:
    http://www.highcharts.com/demo/pie-basic

    I have a Stacked Bar Chart that shows percentages and the labels wont be visible if the value is too small. or if I make them visible they will be overlapping.
    Here is an Example Fiddle to show the problem
    http://jsfiddle.net/xdbLscn7/

    24 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. Hello, today I want to modify bubble chart to have a label and line from label pointing to any bubble, that something like pie chart have a label and line pointing to any piece of pie chart.

    This time it's possible to do that or have any idea ?

    Thank you. :)

    9 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)
  9. Right now in the Scatter chart the zoom function only zooms the value and the axis. I suggest let it zoom the background image also. So image below the clip box will be the new image of the zoomed chart

    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)
  10. Color axis support for map with levels
    https://github.com/highslide-software/highcharts.com/issues/4551

    Even GeoMap needs same kind of support:
    See below cateogy map demo of GeoMap
    http://www.highcharts.com/maps/demo/category-map

    Here using color intesityif want to show which area has more sale i cant do it easily.

    25 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)
  11. There is minPointLength for bar charts, but nothing for pie charts. When we have a pie chart in which the numbers differ greatly, the smaller sections are not visible.

    46 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. With Highchart version 3.0, the chart does not get rendered on mobile orientation change. I am not sure if this is available with Hightchart ?

    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)

    Highcharts doesn’t do anything internally on orientation change, except it reflows if the window.resize event fires.

    You can add your own listeners to orientation change though.

    What does the case look like? Is there a problem?

  13. When overlap of text occur -> automatically subtract the y coordinate of label by font size.
    This can serve any kind of text overlap really.

    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)
  14. I need the possibility to show a tooltip for plotBands.

    The solution described in http://forum.highcharts.com/post117159.html#p117159 is far to complicated. I'd prefer a single attribute and the handling within highcharts.

    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)
  15. 19 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)
  16. genealogy family tree charts with multiple parents,i want to build family structure dynamically

    12 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. I am plotting co-ordinates against elevation in 3D space to visualise a cycle. The Highcharts 3D scatter graph is very powerful, but I think it is more effective as a bar chart. I have some examples:

    Highcharts - scatter
    http://jsfiddle.net/spencerooni/wgqemr8v/11/light/

    Vis.js - bar
    http://jsfiddle.net/spencerooni/tgaLjjdq/2/light/

    Both are using the same data. What do you think?

    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)
  18. Resize/Redraw to Container Size when printing whole webpage via Browser. To be able to customize a print layout with CSS @media print.
    Very useful when printing multible highcharts on a single paper/pdf page.

    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)
  19. If we can apply different themes to different charts on same webpage, that will be good. Because if we apply same highcharts theme to all charts that changes all charts color combination (column, pie, bar etc). If it is possible to add a particular theme to particlular chart so that colors of column, bar, pie will be according to defined in theme.
    By doing this we can create a single js theme file for all charts, which will contain all same css for all the charts and different theme for colors of column, bar, pie, heatmap etc.

    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)
  20. Rounded edges on the solidgauge

    13 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?