Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

402 results found

  1. If two or more charts are there and based a series selection or drill down i want to bring updated data and add to another chart. The purpose is to create a dashboard having multiple charts.

    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. It would great if we could use some lite HTML in the x/yaxis category array in order to create a title and subtitle like display.

    Categories = [
    "<b>Title</b><br/>Subtitle"
    ]

    This does work and display in Firefox just fine, but crashes in Chrome. It does work in Chrome if you remove the <b> tag around the title. Still it would be nice to be able to use html here to provide some styling.

    6 votes
    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)
  3. Currently the highcharts have fixed font size, in the javascript many references are found to hard-coded font-sizes of e.g. 9px and 11px. Instead I would prefer that Highcharts use relative font-size (and paddings etc.) like 1em or 0.8em based on the font-size of the container. This would allow to print large-scale graphs on high-resolutions screens and small graphs on tablets.

    431 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. Would be nice to have the option to include the percentage next to the point value in the bubble. For instance we have a line chart with 4 different series on it representing different types of items. It would be nice in the hover bubble on each point to have the option include to include the percentage of the whole.

    For instance:
    Series 1: 20 (10%)
    Series 2: 30 (15%)
    Series 3: 70 (35%)
    Series 4: 80 (40%)

    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. Start angle would help to rotate the chart for better label arrangement in some situations

    91 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. series: [{
    name: 'Tokyo',
    data: [3,4,5],
    legendOrder : 2
    }, {
    name: 'New York',
    data: [4,3,5],
    legendOrder : 1
    }, {
    name: 'London',
    data: [2,5,3],
    legendOrder : 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…)
    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. 49 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. Save the grafic automatic in a image

    6 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. Similar to the jQuery-UI builder, perhaps you could allow users to deselect unnecessary chart types / cut down the JS script size.

    See example here: http://jqueryui.com/download

    96 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. on time frame should access by the jabascript.
    how do i?

    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)
  11. It will be a good feature to allow change chart and legend margins and offsets dynamically for already initialized HC.

    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)
  12. Highstock chart inverted option

    45 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. HighStock chart is not reflects the data related to type column. Like it is reflecting for highcharts for type column, by doing addseries() method.

    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)
  14. Currently, when 'week' groupingUnit is specified, HighStock groups data on Monday by default. Pls provide an option to group data on Friday, like google finance did on their 5y graph.

    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)
  15. Since Chrome Update 16 the Console is spammed with warnings while hovering over the chart container:

    "event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future."

    4369 console-logs in 12 seconds analyzing the data in 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…)
    completed  ·  2 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. The current stacking options are: null to disable, "normal" to stack by value or "percent".

    Another visualization is to overlay the columns (usually requiring the use of transparency).

    As a comparison, please see the stacking options offered by Flex:

    http://livedocs.adobe.com/flex/3/html/help.html?content=charts_displayingdata_11.html

    30 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. About highstock Y axis values. Can we move a bit left from actual start of points. Cause it gets over the values so we cant see the exact values

    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. I think it would be useful to have an option how far the navigator handles can be apart maximum.
    My load time explodes if a user selects to big range and right now it does not seem to be possible to configure a limit there.
    e.g. I display one year of data in the navigator and I load dynamically detail whenever I move the handles. But I dont want the user to select more than one month.

    13 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)
  19. example : if the point.close is smaller than point.open, the color is red..vice versa

    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)
  20. I routinely work with charts that have hundreds or thousands of data points. In these cases, even a reasonably-sized window is relatively small compared to the overall window of data. When this happens, the scroller in the navigator becomes uselessly thin, often 1-2 pixels or even 0 pixels! (Yes, I've actually seen this.) Desktop operating systems solved this problem many years ago by enforcing a minimum width for the scroller. Is there a way for Highstock to do the same?

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