Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

1073 results found

  1. If i have a NULL value and
    tooltip.pointFormat: '{series.name}<br />{point.x:%e %b, %Y} {point.y}:00: <b>{point.value:,.4f}</b>'

    The tooltip will be:
    ABC<br /> 01.01.2014 30:00 0.0000
    but better solution would be:
    ABC<br /> 01.01.2014 30:00 No value

    Here an example:
    http://jsfiddle.net/25MyN/20/

    Something like
    tooltip.nullPointFormat

    would mek alot easyer.

    2 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)
  2. Pie chart ( and others ) redraws when a slice is removed . Example http://jsfiddle.net/2Me2z/134/
    When removing a slice , other slices will expand and take up the spaces. Is there a way to have the same behavior on funnel chart?
    Same question on stackoverflow:
    http://stackoverflow.com/questions/22766844/redraw-funnel-chart-in-highchart-when-a-segment-is-removed

    Thanks

    2 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)
  3. 2 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. it would be good to have rtl option in global lang. it will simplify the implementation for switching feature between rtl & ltr

    2 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)
  5. we need arrow in the z-axis. I have written an example in jsfiddle as mentioned above. I need the arrows to be shown in 3D (z axis)

    2 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. https://en.m.wikipedia.org/wiki/Palestine
    Will you add Palestine to your work sites such forebears.co.uk

    2 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. Is there any way to plot US map with cbsa boundaries ?

    2 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. It would be nice to have an option to export chart (as PDF) to datauri string instead of file.
    This can be done now indirectly, by obtaining chart's underlying svg, calling svg2pdf and finally using jsPDF doc.output('datauristring')
    [which returns the base64 dataUri] instead of downloading file.

    Maybe as an option in 'exporting' object?
    Or by exposing new method, i.e. Highcharts.exportToUri() ?

    Or maybe there's some simpler way that I am not aware of?
    Thank you.

    2 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. It would great to have HighStock support in cocoapods for ios.

    2 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. 2 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. This suggestion is an outcome of my longtime involvement with the modelling of many-to-many communications, initially at the RAND Corporation and subsequently at the University of Oxford with some intriguing results in applications such as predicting voter behaviour (see this article http://analytics-magazine.org/voter-motives-and-messages/).

    Recently, I found myself involved in the objective analysis for the determination of the best e-banking UI; as it is apparent that soon enough the best bank will be the one with the best UX/UI design.

    Here we used highcharts to visualise our findings. Corellating for example the Use Case scores vs. the Functionalities available using a…

    2 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. Hi
    There are a categories in the chart for several tasks
    An example in the link https://www.highcharts.com/gantt/demo/interactive-gantt is to add a task that is not what we want.
    Is it possible to add and edit categories?
    For example, there's a button to get a text and add to the list of categories
    Thank you

    2 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. Ability to move x,y cross inside scatter plot to divide or split data clusters into quadrants.

    2 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. i want to highlight series between graphs.

    Please check the JS fiddle http://jsfiddle.net/je4xc5bf/1/

    but i want to highlight chart like type:"arearange"
    without forming the new Series

    2 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. Expected behaviour

    Currently we have annotations label shapes are like this
    ![image](https://user-images.githubusercontent.com/47973853/63632866-798bb280-c65c-11e9-9325-efe63ba1d09a.png)

    Actual behaviour

    I need the annotations labels to respond to resize option , that html provides like this
    ![image](https://user-images.githubusercontent.com/47973853/63632874-9b853500-c65c-11e9-9559-78ab65f4ba3f.png)

    Could you please help out in achieving this ?

    2 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. Currently we are not able to export a chart in multiple pages. So, in case the chart is long, and I want the point width of a bar chart to specific value I would like to export it in multiple pages. It would be good if you implemented this feature as soon as possible.

    2 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 really nice to have copy and paste selected annotation on screen. many of our customers are asking for it..

    like here https://www.tradingview.com/chart/

    add annotation and select and press ctrl + c just like normal copy and paste..

    2 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)
  18. Add the ability to add custom data to view data table.
    Specifically add custom mean/mid/mode value from dumbbell chart to view data table .

    https://jsfiddle.net/BlackLabel/gek5071L/

    2 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)
  19. To create a pyramidal chart in first time, it's necesary to add over line 4816 of hightcharts.src.js the next code:
    if (stacking == 'pyramidal'){
    yValue = yValue - yBottom;
    }

    To show a pyramidal chart, the plotOptions can be set:
    plotOptions: {
    series: {
    stacking: 'pyramidal'
    }

    Finally one of the series can be with negatives values to show de bar opposite with the other serie.

    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)
  20. to analyse product sales (dogs/stars) etc.

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