Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

1073 results found

  1. save users charts in database for using later. and ability to add points and save them

    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)
  2. Export should include all visible elements of the current chart, this should include all post-added elements, like plot lines and bands. Series do appear to be included if added after-the-fact, but plot lines and bands are not.

    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)
  3. Being able to configure not just the fill colour of the bars in a chart, but the outline colour as well.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    under review  ·  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)
  4. Currently Ctrl+Click and Shift+Click will multi-select data points. Allowing Shift-Click to support range select behaviour would be more inline with common OS behavior and also allow for rapid selection of multiple data points

    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. It would be nice to be able to specify the number of columns in the tooltip. For instance, I have a chart with 44 line series, 22 each for two different data sets. This makes the tooltip too long for the chart area. If I could specify two columns, it would fit fine, and be easy to read.

    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)
  6. This would allow retrieveal of max and min data for that series. On a multi-series graph the axis extremes are nice, but being able to grab the extemes of each series would allow for more flexabiilty in data display.

    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)
  7. I'm trying to create a column chart showing advice based on weather data. Values are between 0 and 2. Based on the value the height is determined, and currently a singular color. I'm trying to modify this to have a gradient range for top to bottom of the chart, not as a background. Colors should start at the bottom showing red, showing a gradient to yellow (at value 1) and green (at value 2). However, I want the gradient shown even if the value for the column is say 0.615, which would need to show a gradient past halfway, still…

    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)
  8. A button that zoom out the chart to previous selection because the button provided is zooming out it completely. I have added the a function (zoomOutPrev) for it along with some modifications in drop function and its working for me.

    Here is the link for :

    An HTML file used to test the function :

    https://docs.google.com/open?id=0B_RgA2-RAxl0S2w0QmRvaHNfTmc

    Edited Highchart Src :

    https://docs.google.com/open?id=0B_RgA2-RAxl0VWt2X05HUzJVZlE

    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)
  9. Hello,

    I'm using Highcharts quite extensively. Recently i managed to get this library working with require.js and more specifically with jamjs.

    First question : are you guys planning to support AMD loading of your library ?

    Personally, to simulate the jamjs/require.js package i use this setup

    • copy the content of the highcharts js folder to the root of the highcharts folder, get rig of the examples and other directories.

    Add a package.json file with this content

    {
        "name": "hightcharts",
        "version": "2.3.5-jam.1",
        "description": "Highcharts JS is a JavaScript charting library based on SVG and VML rendering.",
        "homepage": "http://www.highcharts.com/",
        "main": "hightcharts.js"
        "jam":
    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)
  10. Y-Axis Range Specification
    when Negative value intervals are bigger than positive values

    this time it is hard to see the positive values in chart it appears all at one line

    we can Zoom it, but no option to specify the range like 0 to 100 interval 10 for positive and 0 to -1000 interval 100

    here is the example
    http://jsfiddle.net/psramkumar/8aEs2/1/

    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)
  11. Actually is very hard to retrieve external Data from MySql and there are not any tutorial in the matter. Thanks

    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)
  12. If a rotation is set for data labels (values), the labels should be automatically centered over the chart elements (e.g. column chart).
    It's annoying setting the alignment, the x and the y position for every chart.
    There may be an additional option to set a padding between the label and the chart element.

    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)
  13. Add a fluid animation to re-order axis categories (which would most likely be used for bar or column charts), see:

    http://visualization.geblogs.com/wp-content/viz_includes/jobs/#/years/sector/2011

    for an example (click play on the timeline).

    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)
  14. It would be great, if i can compare more than one Series per percent. like this: plotOptions: { series: { compare:'percent' } }
    But i would say, compare it at a special point (date) so i can compare three series per percent from 1. april 2012, but the chart go back to 1. january 2000

    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)
  15. Currently, the radius propery only works for the default symbol. If specified a customing image, no matter you set what value in radius, the image keep the original width/height.

    The behavior of custom symbol should be like default symbol and can auto-scale according to specified radius

    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)
  16. Currently I am able to show and hide series of data in a chart by clicking the item in the legend.

    I want to be able to do this also for items that are on the axis of a chart.

    In my example: http://jsfiddle.net/xqzdR/
    I want to be able to click for instance 'Trail 234'. This should then hide or rebuild the entire chart without this item in the axis.

    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)
  17. So rendering of a bar would be achieved by way of a callback to the user's own code (possibly)

    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)
  18. Now there is no option to rotation chart title, through using CSS can rotate chart title, but there is no auto layout, rotated chart title may overlap with others.

    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)
  19. Please add support for "un-connected" columns at the right side of the cart.

    Most of the time this is used to show targets from previous years or other KPI values.

    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)
  20. I would like my chart to sum or average points in dataGrouping but only when the most of the points are non-null. e.g. When more than 90% of the data is non-null, then show the sum/average, otherwise show null.

    Currently, the data passed to custom aggregate functions only contains the number of non-null points and whether or not their are any nulls. There is not enough information to judge what percentage of the period of time is missing data. This could be easily improved by just passing an integer instead of a boolean for hasNulls. hasNulls could be 0 (or…

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