Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

1077 results found

  1. Have a simple 3 bar graph. The containing DIV has no height defined Graph ends up rather tall with THICK bars. Ugly. If I try to control the bars by setting the plotOptions.groupPadding to .1 and pointPadding to 0 and the series I set pointWidth to 20, end up with lots of white space but graph is STILL taller than it needs to be.

    http://jsfiddle.net/x9Epf/

    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)
  2. 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. Please add exporting.height configuration option

    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)
  4. I have 2 charts each chart contains 2 or 3 three series. My question is how can i implement a shared tool tip among this two charts . I already enabled shared and crosshare properties. Please suggest a solution for implementing this

    4 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)
  5. I have four series of data, and each series only has one data point. I would like to render these data with x-dimension zoom ability as good as 4 data points in one series. If this is a duplicate topic, I am really sorry, because I could not find a similar one.

    Here is the fiddle: http://jsfiddle.net/yMSCZ/8/

    I was trying to approach it by adding dummy x value to each data point from each series: http://jsfiddle.net/yMSCZ/9/ But it did not work out.

    I understand in the first fiddle, HC will treat all the four points with the same x index,…

    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)
  6. We have some charts that need multiple credits/attributions, can credits be modified to take either a single object or an array of objects each with text and href .

    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)
  7. Basically to capture the inbound and outbound bandwidth values not by overwriting on each like the ones which we already have... but to have a graph which is just one below the other

    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. It may be usefull in case if keys are float numbers.

    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. I need show only y-axis label according to value in serie data, how do 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…)
    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. For example, we currently have a plot that has three layers of groupings
    eg. We have a series of data that each point has a sample type, disease state, probe and gene associated with it. We want to move onto highcharts but would need to be able to show the sample type in the label/colour but show the breakdown for the disease state, probe and gene. See below for our current implementation in flot.

    https://docs.google.com/open?id=0B0Nu-R_YNfgIb0Fidmt1TFd1TU0

    I apologise if I can actually already do this - I thought I would ask first before I tried implementing it - I didn't see…

    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. 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)
  12. You added the new feature 'between' for pointPlacement for column charts. This is exactly what I missed before, except that I need the placement of the columns between the ticks to the left, and not to the right. Could you add an option like e.g. 'between-left'?

    We plot a temperature value and a precipitation sum together in a chart. If the temperature value is measured at the beginning of the time period, the actual behavior of 'between' would be ok. But in our case, the temperature value is measured at the end of the time period...

    E.g. http://meteonews.ch/en/Weather/G2657896/Zurich

    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)
  13. If we have a series that over time is always increasing like this one: http://plus.tehk.org it would be nice to be able to ask highstock to plot a dotted line of future growth based on the average of all data for the period of data displayed. For instance, I would like to know when my count of G+ users will hit 1 billion. I could add this projected point to HighStock js and it would plot out the estimated growth out to this date.

    4 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)
  14. 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)
  15. When data is huge, user may only see a blank space for quite some time. It will be much better, if there is an animation showing that smoething is still loading

    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. I have a need to display an area above (or below for reversed y-axis) a line. I can certainly specify a threshold above the highest value in the series, however this breaks the yAxis ability to dynamically pick the maximum end of the range based on the data. So I suggest either (a) have an option for the yAxis to ignore the threshold when dynamically choosing the min/max of the range, or (b) having special "positive infinity" and "negative infinity" values for the threshold that would of course be ignored by the yAxis ranging.

    Thanks!

    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)
  17. Reading a pie chart is like reading a clock. It's most effective to place the largest segment at 12 o'clock (as it does now). The best way to order the rest of the segments is to place the second biggest slice at 12 o'clock on the left; the rest would follow counterclockwise.

    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)
  18. Instead of individual column border in stacked column.Can we apply one Outer border to Column in a single Stack . Here you can see : http://snag.gy/7KqAY.jpg.

    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)
  19. when the %a is used for a dateFormat, the first three letters of the corresponding weekday defined in lang is used.
    This is a reasonable default.

    However there are languages, as German, where the usage is to shorten weekdays with 2 letters only

    Could the entries for short days be added to lang

    Of course directly using shortened day names works as well

    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)
  20. 44 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?