Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

1075 results found

  1. ability to have different marker images/symbols for default and on hover states

    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)
  2. 5 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. Create sparklines like in Google analytics

    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)
  4. Customize/replace the placement of the x and y axis labels.
    Example:
    AxisXCustomLabels = [{value: 1, label:'label1'}, {value:4, label:'label2'}, {value:54.4, 'label5'}]

    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. Using a cursor line following the mouse, not points, would be very useful know current cursor value (X axis value) to allow us to interpolate Y values and a way to set a JS method that will be fired on cursor move.
    Is very common a table with the columns (Timestamp and Value), but in some analisys, is very useful "see" the value between 2 points. The value between this 2 points doesn't exist on dataset, but can be interpolated. With the current X value of cursor and a event will allow us to develop a JS interpolation method.

    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)
  6. French abbreviate their month names to 4 letters not 3. With only three June and July both abbreviate to "Jui". I think the easiest solution would be to provide an option that we can set under "lang" that specifies how a long a substring to take when abbreviating month names.

    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. 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)
  8. An excellent feature would be to show the open times of the different world markets accross the bottom of the chart. For example when NY is open and Hong Kong, London etc. Here is an example: http://goldsilver.com/gold-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)
  9. Feature of combining the graphs. something like http://www.rgraph.net/docs/combine.html. kind of nested graphs

    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)
  10. An option for what to display in place of missing data. Currently, you can override the formatter for data labels, a simple '==null' test would work. The issue is that the formatter and display for the label is skipped on null elements in series. Could there be a second option, an incase-of-null display hook?

    0 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. In a column chart, it looks fine with the x-axis label rotation of 315 when the bars are closed together. However, when the bars are sparse, then it looks too spacious and unnecessary. The trouble is I don't know how many data points in advance. I would like a new feature with autoRotation: 315 for the axis label.

    12 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. Hello,I'm a green hand in using HighChats.
    In my project,through setting categories,to emerge the title of XAixs.But the categories are to long,when set the rotation for -90,the charts overlap the categories.
    Please tell me how to solve the problem,thank you.

    the code as follows

            chart = new Highcharts.Chart({
                chart: {
                    renderTo: 'container', //图表容器Id
                    defaultSeriesType: 'spline', //图表类型 line, spline, area, areaspline, column, bar, pie , column,scatter
                    inverted: false,  //左右显示,默认上下正向。假如设置为true,则横纵坐标调换位置
                    plotBackgroundColor: null,
                    plotBorderWidth: null,
                    zoomType: 'y',
                    spacingRight: 2,  //图表距右侧的位置
                    spacingLeft: 2,  //图表距右侧的位置
                    plotShadow: false
                },
    
                title: {
                    text: "测试图表标题" //图表标题
                },
    
                //Y轴坐标标题  labels:纵柱标尺 
                yAxis: {
                    min: -10,
                    max: 10,
                    title: {
                        enabled:
    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)
  13. visual pivot viewer like MS' PowerPivot would be amazing - currently requires Silverlight

    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)
  14. 11 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)
  15. Please do a RSS feed of http://www.highcharts.com/documentation/changelog . I personally follow software updates via rss feeds mostly. Helps to keep up to date at a glance. ty

    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)
  16. In pie charts slices with very small percentage (e.g. 0.01%) currently aren't selectable. This could be fixed by handling click events on data labels.

    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)
  17. Add colorByPoint option to the scatter plot. This would allow coding a third dimension by color or intensity in a standard scatter plot.

    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)
  18. Provide a container such that if a user wanted to print/export the container, the container and all contents would be printed/exported. Highcharts provides this support on a per chart basis, but we need the printing/exporting on larger scale.

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