Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

1077 results found

  1. The user would click a given category name, for instance, on a list, and the heatmap would highlight the row/column that corresponds to that category. This would allow for users to look for columns/rows if interest in a faster way, especially when dealing with big datasets.

    20 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. This would allow SVG paths to be shorter in many cases, which would reduce data size, and make the page load faster.

    For example, SVG path for a rectangle could be
    "M400 400h32v28h-32Z"
    instead of
    "M400 400L432 400 432 428 400 428Z"
    See http://forum.highcharts.com/highmaps-usage-f14/use-of-relative-commands-in-svg-paths-for-map-t31720/

    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. On one of your twitter post you refer to a chart with Carlsen and annad's chess ratings over time. one ting that bugged me was that in the tool tip carlsen was always on top I think it would be an idea to arange who is on top based on who has the biggest number. downside would be if you have alot of people and the are all really close to one another in ranking so this might be a plugin or a toggleble feature.

    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)
  4. 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)
  5. 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)
  6. We can use "legend.useHTML=true" to disable legend navigation, i.e. remove the scrolling of data serie's names in the legend box.

    The docs (http://api.highcharts.com/highcharts#legend.navigation) say "When legend.useHTML is enabled, navigation is disabled.". But disabling navigation on the chart legend should instead be a method call or a property we can set to true or false.

    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. Currently the only way to create a horizontal 'columnrange' series on a datetime axis is to create an inverted graph. This makes it impossible to easily add other series like lines/splines as x/y is swapped. It is possible to simulate this with a scatter series with swapped x,y and lineWidth > 0 but this is far from ideal. Another hack is using a thick line that is broken into sub segments. But this will require you to add a new series for each colored block as a line series cannot apply different colors to segments of a line.
    It is…

    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)
  8. I want alingment property for DataLabel so that I can keep DataLabel Left or Right alinged to connector , if DataLabel's length is more then by making dataLabel aling right , left side of chart is get utilized.

    http://jsfiddle.net/46mdgk4p/2/

    see this image [IMG]http://i59.tinypic.com/2lji8g1.jpg[/IMG]

    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)
  9. I have added a latest data point into chart, how can I change it's position?
    What I can finish this only by redraw all points.

    Best wishes.

    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)
  10. Hi,

    I'm having four pie chart in one container div(requirement of client)
    but due to some width issue some of the datalabel are getting cut.
    I have piechart with two datapoint, i want the datalabel to always come on the right hand side.
    pls refer : http://jsfiddle.net/46mdgk4p/2/
    in the above js fiddle firefox datalabel is coming on the left side, if by any chance i can make the same datalabel come on the right side i could have started the pie chart from extreme left of the container give me more width to play with to adjust the remaining three…

    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)
  11. Add a new useExternal setting to the tooltip config which when set to true, would prohibit the tooltip from actually being shown in the chart, but it would still allow the tooltipRefresh event to fire. By allowing the tooltipRefresh event to still fire, an external non-highcharts tooltip can be created using the information passed along in that event. From looking into the code, this can maybe be done in the Tooltip refresh method?

    [code]
    // update the inner HTML (add the useExternal check here)
    if (text === false || tooltip.useExternal) {
    this.hide();
    } else {

            // show it
            if (tooltip.isHidden)
    0 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. Hi,

    Just like we have a plugin for grouped xAxis (commonly known as grouped Categories), it would be good if we have some something similar for grouped yAxis

    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…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. See Example:
    https://www.dropbox.com/s/ffraygi7gewde91/MiniIpad_ShrinkChart.PNG?dl=0

    Setting Min-Width to the whole chart is redundant, because user can always enlarge font size or text length. dynamic solution is needed.

    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)
  14. add directed graph for network analysis, like alchemyjs/graphviz/arbor

    13 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. Just like we have a draggable graph option, can this be done to the guage as well?
    http://www.highcharts.com/demo/gauge-solid

    I will need it to enter a value by dragging that pointer across a 180 or a 360 circle, to alter percentage like values etc.

    Thank you.

    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. Some complex charts need bring some information to user.

    So, for it, to insert a button with a tooltip would be very good.

    Like it: http://postimg.org/image/rttirx91x/

    9 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. Similar to something like DataTables; styling, sorting, searching, pagination, etc.

    Since charts and tables go together on a page almost all of the time in my experience, it would be so nice and logical not to have to use two separate systems to build a single, polished page, in which the visual data is presented fully ready for end users.

    Looking forward, hopefully, to this coming out. :)

    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)
  18. Drawing a 3D dataset (x,y,z) on 2D scatter plot.

    The 3rd dimension (z) is presented as color on scatter plot. A color axis is used to guide user for the color.

    An sample is posted at: http://forum.highcharts.com/highcharts-usage/how-to-plot-3d-data-on-2d-scatter-plot-with-smooth-color-t31107/

    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)
  19. I suggest adding support for multiple "modules"/containers inside highcharts main container. Today it is possible to make it work by assigning absolute positions for each y-axis wanted. We are using this in this graph for instance https://www.avanza.se/aktier/om-aktien.html/3873/microsoft-corp (Click settings icon and click "Volym").

    The problem today when you want to have multiple containers with different y-Axis assigned to same x-axis is when you want to toggle them on/off (show/hide). That is because axes can not be hidden and we want dynamic shrink/expand main container depending on which "containers" (y-axes) visible. We would also like to have a bar for each…

    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)
  20. Missing CSS styling and settings for shapes and borders for navigator. At the moment it is not possible to select vector icon for handles and change border width and color in highlightbox separatly from the navigatorbox.

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