Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

402 results found

  1. Instead of the default zero plane

    21 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)
  2. Sometimes the pie chart labels cannot be displayed, or are difficult to understand when the pie pieces are thin. Google's chart API (http://code.google.com/apis/chart/docs/gallery/pie_charts.html) places the labels outside of the chart with lines denoting pie pieces.

    21 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. It would be nice to be able to position tooltips however we want to, instead of always having the tooltip to the left of the markers.

    I have already written the code and created a pull request for the feature on GitHub: https://github.com/highslide-software/highcharts.com/pull/243

    21 votes
    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)
  4. 20 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)
  5. Would be great if you could change/toggle certain chart options (for example in response to a user zooming or clicking a checkbox)

    For example, I'd like to have this as my zoom selection code:
    events: {
    selection: function(event) {
    if (event.xAxis) {
    if ([marker condition]) {
    this.options.plotOptions.series.marker.enabled = true;
    }
    else
    this.options.plotOptions.series.marker.enabled = false;
    } else {
    this.options.plotOptions.series.marker.enabled = false;
    }
    }
    }

    But currently, setting the enabled flag does nothing.

    Some useful options to toggle would be:
    chart.options.tooltip.enabled = false;
    chart.options.plotOptions.series.marker.enabled = false;
    chart.options.plotOptions.series.shadow = false;
    chart.options.zoomType = '';

    I'm sure there are others too.

    20 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)
  6. Option to position datalabels inside the column (or bar in bar charts).
    Someting like this http://jsfiddle.net/kzoon/WaACH/, but without having to set stacking to 'normal'.

    An additional option to anchor the label top, middle or bottom would be very useful.

    See forum thread http://highslide.com/forum/viewtopic.php?f=9&t=15658

    20 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. By default, the navigator series's color is always blue, as documented here: http://www.highcharts.com/stock/ref/#navigator--series

    It seems natural to me that the color of the navigator series should be the color of the baseSeries that is being shown in the navigator.

    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)
  8. add events to the rangeSelector to give us the ability to dynamically load data if it is not pre-loaded.
    I am new to HighStock and looking for a way to load data when a button on the rangeSelector is clicked.
    So if i load a months worth of data at startup and my rangeselector has these YTD and 5y buttons, they are currently of no use to me unless i load 5years data at startup.

    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)
  9. When we have more categories in
    x-axis, they are getting overlap with one another and it's looks like a
    dark black marks in x-axis. I could not read the categories and chart looks
    very bad. Please look the below example for your reference.

    http://jsfiddle.net/Uyn36/

    I know there is something todo with highcharts by using staggerlines ,..etc

    But it would be great, if highcharts automatically finds the label size and
    rotate the labels. Even if you skip some of the intermediate labels that is
    also looks good to me. Because somehow i would like to represent my chart
    is looking good.…

    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)
  10. Feature in stacked column chart that allows negative values. Positive values should be over the x axis and negative values should be underneath.

    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)
  11. in pie chart legend when click to each slice hide the selected slice and redraw the chart without that slice such as http://www.amcharts.com/javascript/pie-chart/, when you click on circle char will draw with new percentage of slice

    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)
  12. I'm studying Highchart and Highstock.
    I'm looking at the indicators of Highstock, but I can't find some of the indicators I'm using while investing in stocks, so I ask if you can add the functionality of those indicators.

    -Request indicators-

    Slow stochastic (Not Stochstic = Fast Stochastic)
    OBV
    Disparity

    If the features of above indicators are already implemented, please guide the directory where to find them.

    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)
    completed  ·  Paweł Fus responded
  13. To improve page load times and simplify deployment for users, it would be awesome if highcharts.js were up on a CDN.

    17 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  7 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. Hi,
    It can be interesting to have a rangeSelector which working with a logarithmic axis.
    Here an example: http://jsfiddle.net/rt1zjzdw/2/
    Try to change the RangeSelector value, you will see that this is not working

    17 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. allow for a low and high plot line on a graph so if the line goes above or below these plot lines the colour of the graph line changes. A nice instant way of visualising if a graph goes beyond certain 'ideal' limits.

    16 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)
  16. How to create a column chart that contains multiple bar and it can be drilled down which it has multiple bar too?

    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. Take the editor interface from the cloud product and provide it as an optional library for privately hosted charts. Therefore, we can allow our users to dynamically format a chart (according to what we want to allow) with hooks so that we can privately save their changes.

    For example, I want to allow users to customize the series color, marker size, style, etc. I can build my own web interface to collect/store these settings, but it would be great if there was a canned one that I can just plug in and capture the changes.

    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)
  18. When we generate heatmap with large amount of data, the cells become too small and data labels don't appear for all of the cells.
    Can we have a provision to set the minimum height and width of the cells and make the heatmap scrollable?
    Details of the issue which can be solved with the above feature can be found here:
    http://stackoverflow.com/questions/36402055/highcharts-can-i-make-the-heatmap-chart-scrollable

    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)
  19. When the chart has a lot of small values and a few very large values, we can't see the trend of the small values clearly.
    Often ,we solve these kind of problems by splitting the charts.
    refer to: http://highslide.com/forum/viewtopic.php?f=9&t=13387

    15 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. Hello,

    details..
    1. I'm going to display three data of temperature, wind direction and wind speed in each cell.
    2. Temperature color is limited to 4 types in total.
    2. The direction of the arrow is limited to 16 kinds in total. (0, 22.5, 45, ... 337.5)
    3. Arrow lengths are limited to 10 types in total. (9%, 18%, 27%, ... 90% of diagonal)

    Can it be?
    If you email to me(ycpark@cetech.kr), I send you some examples about the suggestion.

    Brokey Park.

    15 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)
1 2 5 7 9 20 21
  • Don't see your idea?