Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

402 results found

  1. The maps provided at http://code.highcharts.com/mapdata/ are useful, but in modern web apps most dependencies are managed with a package system, and for JavaScript projects mostly commonly that is NPM. So this suggestion is to publish the map data in an NPM package, similar to the way there's a React wrapper project.

    Noted at https://github.com/highcharts/highcharts-react/issues/55 currently the only way to bring this data into a React project is to do it manually.

    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)
  2. My Requirement is that points marker can be drag & drop with custom icon. and tooltip will display when drag option will perform on marker.

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

    Any plan to support react-native client for high charts? because react-native is booming in market now. if you have any plan, please let us know as we are looking for the react-native client for charts. There is one node wrapper available for highcharts but not community is too low.
    so let me update your suggestion for the same, else we need find some another solution.

    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)
  4. The documentation and examples do not mention that there is an order dependency for these to work right. Please add this so that people know it won't work otherwise.

    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)
  5. Now days 'super trend' is special requirement for all traders.

    This step from Highcharts will be appreciated.

    Indicators were implemented by highchart team in below suggestion ::

    https://highcharts.uservoice.com/forums/55896-highcharts-javascript-api/suggestions/3200072-i-suggest-to-add-some-very-common-buy-sell-indicat

    Thanks

    75 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. Hi Team,
    Is it possible to develop butterfly graph like this ? https://stackoverflow.com/questions/41584716/butterfly-chart-using-highcharts

    Thx :)

    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)
  7. There should be a feature where scroll appears or disappears when the div containing chart is resized. When the chart is big enough to fit into available space, the scrollbar should be hidden and when the chart container is resized (reflow called internally), the scrollbar should appear automatically to show the data points instead of making these data points smaller.

    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)
  8. Can this be achieved by using the Renderer framework, by adding a line of code in .attr ? I've created a flowchart, similar to the one found here: https://www.highcharts.com/demo/renderer. The label text is left-aligned by default but I wish for it to be center-aligned by default, using the Renderer framework, e.g.,
    ren.label('Test is a label', 660, 680)
    .attr({
    fill: 'black',
    stroke: 'black',
    'stroke-width': 2,
    padding: 5,
    r: 0
    })
    .css({
    color: 'white',
    width: '100px'
    })
    .add()
    .shadow(true);

    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)
  9. Posted as an issue here https://github.com/highcharts/highcharts/issues/7729

    In modern app, highcharts and highcharts more are loaded as module and potentially multiple time, but highcharts more cannot be "init" several time without breaking highcharts :(

    48 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

    Fixed since v8.

    If you find any other module that is broken that way, please report the bug on Github.

    Thank you!

  10. 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)
  11. The export icon is 3 horizontal lines (looks like hamburger menu). It is not the correct paradigm and it does not imply export or download. Please change it or allow using a different icon.

    3 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)
  12. 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)
  13. For example In a bar chart when i click on one data point the other data points should disable

    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)
  14. unable to dynamically update the value of "chart.options3d.enabled" attribute.

    as per need want to select 2d or 3d view

    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)
  15. Per discussion in https://forum.highcharts.com/post136670.html#p136670, it would be helpful if percentage font sizing was supported. It is good that dynamic sizing with the W3C-recommended "em" sizing is now supported. However, percentage sizing is also very common and may make even more sense conceptually for proportional sizing in dynamically sized charts. Internal support could either be direct percentage support or automatic conversion to currently supported em sizing.

    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)
  16. scrollbar support is available in highstock, but not in highcharts. it does not merit a license for highstock just for scrollbar functionality.

    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)
  17. 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)
    completed  ·  Øystein Moseng responded

    For basic styling see http://api.highcharts.com/highcharts/plotOptions.bubble.marker.states.select (example: http://jsfiddle.net/bn5s18rv/). If you want to add an image using the renderer or similar, you will have to attach to the select event (http://api.highcharts.com/highcharts/plotOptions.bubble.point.events.select). If you need more help with this, feel free to contact our support. If you are using CSS styling, use the .highcharts-point-select class: http://jsfiddle.net/wtwj3o5b/. Again, for more information, please contact support https://www.highcharts.com/support.

  18. When I have many (many) series on a stockChart, I've long wished to be able to use the mouse to hover near a point and let the tooltip tell me which series it belongs too -- due to limited colors available, it becomes impossible to tell by color. Recently I was pointed to a new feature (since 5.0.10) findNearestPointBy on stackoverflow, which seems to do exactly what I want except it doesn't appear to work in a stockChart (as opposed to a regular chart - even with ordinal set to false).

    I've put up two examples to show the…

    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)
  19. I see no possibility in highstock to set a specific time length per candlestick for the candlestick chart...for example 1 minute per candlestick, 10 minutes etc....it seems not possible to configure this...
    Shouldnt this be possible? it would render candlesticks (And thus highchart) unusable for us.

    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)
  20. If you are making a scatter chart it makes sense to let people zoom in if there is alot of points. Sadly highcharts does not allow panning in the y axis meaning they cannot inspect the data properly!

    11 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  4 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?