Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

1077 results found

  1. For Highmaps, we should have a method to find which map area a point lays within. Useful for building heatmaps.

    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)
  2. Allow for collapsing and showing of rows. For instance a row category expands to two child nodes: - Vegetables -> Carrots, Broccoli and collapses + Vegetables

    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)
  3. 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 make a pie chart

    http://jsfiddle.net/addteqmilind/zbsg4oLg/

    in between label Project1,Project2, Project3..... and all
    i want in Curve shape , as you can say as Round Shape...
    Project 5 is showing in round shape in Issue51 to 54
    that will make my graph cool and interactive.
    and all curve will be set like that.

    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)
  5. Right now navigator event handlers are hidden, and can't be wrapped. In order to modify them, you have to wrap Scroller.init, and re-register events after modyfing them. So basically you can't redefine one event, you have to redefine all 3 of them, because they share scoped variables (dragOffset, hasDragged).
    Please change it. Something like array/map of events, which can be changed before calling Scroller.init would be awesome.

    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)
  6. I see only an an outline of Washington DC area, what I would like to see is also the wards inside the DC.
    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…)
    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)
  7. 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)
  8. We need to dynamically modify the property of the menu items, such as to disable certain menu items and make then grey out. I saw the same idea was posted before.

    I don't know how to do it or any workaround. Someone mentioned to set chart["cache-highcharts-contextmenu"] to null to force redraw. Since I am new to the Hightchart, it would be nice to post a simple example.

    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)
  9. There is no "y" property for mapNavigation.buttons, so it is not possible to adjust precisely y position.

    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)
  10. I would like to have an approximation function in which we can access all the information from the points instead of just the y values. This allows me to not only decide how to group but also an ability to capture information from all the points into the grouped point.

    24 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)
  11. When sliceanddice in treemap, boxes may be taller than wide and datalabel may be larger than boxe.

    Here is a small modification that rotates datalabels in this case

    drawDataLabels: function () {
    var series = this,
    points = series.points,
    options,
    level,
    dataLabelsGroup = this.dataLabelsGroup,
    dataLabels;
    each(points, function (point) {
    if (point.node.isVisible) {
    level = series.levelMap[point.level];
    if (!point.isLeaf || level) {
    options = undefined;
    // If not a leaf, then label should be disabled as default
    if (!point.isLeaf) {
    options = {enabled: false};
    }
    if (level) {
    dataLabels = level.dataLabels;
    if (dataLabels) {
    options = merge(options, dataLabels);
    series._hasPointLabels = true;
    options…

    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)
  12. I've recently run into a case where I need to show a small pie chart on top of another graph chart. I had to use css to put the pie chart on top of the graph. So I guess we might want to have some option for stacking the charts?

    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. as of now highchart provides chart spacing in pixel but that will not good if we are applying resizing chart at run time. it will be good if percentage can be used instead of pixel in chart spacing

    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)
  14. The graph looks totally broken when inside a RTL container (such as <DIV style="direction:rtl">….</DIV>)
    The line tooltips text are outside it's bubble, the legend looks totally out of order, the pie lines has strange offset and more…

    This applies to all 4.1.x versions, including the latest 4.1.5 version, however, it looks OK on previous versions (4.0.x or earlier) which means – it's a new bug introduce only lately in 4.1.x versions.

    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)
  15. Right now the tooltips have this default for the pointFormat option:

    <span style="color:{series.color}">\u25CF</span> {series.name}: <b>{point.y}</b><br/>.

    \u25CF is always a circle, instead of matching the serie symbol, like it does in the legend.

    This is very important for charts with many series, when using a shared tooltip. Especially if you are color blind.

    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)
  16. See: http://highslide.com/forum/viewtopic.php?f=9&t=7904
    and:http://highslide.com/forum/viewtopic.php?f=9&t=10642

    Add an option so that the precise start point of the grid lines/ axis labels can be specified

    44 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. It would be nice to show a label between 2 ticks at the x position of the last data point.
    This way you can see the most recent entry more clearly, and without having to hover over the data point.

    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)
  18. SVG is too slow for very large data sets as you pointed out in this helpful example: http://www.highcharts.com/demo/heatmap-canvas

    I realize that highcharts has moved to using SVG, but it would provide the user more flexibility if they could choose the renderer (SVG or canvas). Extending highcharts to use canvas.

    In my usage case, I have anywhere from 3,000 to 30,000 data points in my map. Switching to canvas made the map render over twice as fast (and is much more responsive)...but it has been a lot of effort to get the desired features working.

    (BTW, I believe Zingcharts has this…

    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)
  19. It would be really nice to have a custom date format option implemented in HighCharts / HighStock, so that it could parse dates from different sources.

    In case it's useful, here's an example of how such feature is implemented in a couple of other JS popular libraries:

    http://momentjs.com/docs/#/parsing/
    http://c3js.org/reference.html (check "data-xFormat")

    Cheers!

    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)
  20. If I tend to display huge volume of data, chart GUI is not stretching to accomodate all contents, instead it reduces their dimensions to incorporate them within given area. This makes chart unreadable, also leads to overlapping of data during display. It will be great if chart length grows horizontally on more data and provides a scroll bar

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