Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

1077 results found

  1. We have recently implemented highmaps on our site and added features to let content creators select different color schemes when they create a map.
    But what they are missing is two things: a option to reverse the selected colorscheme from dark to light or light to dark.

    And a behavior change in highmaps when using the defined colors, so that if the map has fewer data classes than the number of defined colors, only the colors with highest contrast between them should be used.

    example: if only two data classes are defined, only the lightest and the darkest color should…

    4 votes
    How important is this to you?
  2. I am using x axis label autoRotation, but I want to specify an initial
    rotation other than 0. I other words, when I want all labels to initially
    draw at -30, but if the user shrinks the chart width, then I want auto
    rotation to go to -45, then -60, etc, but rotation at a minimum should be
    no less than -30

    6 votes
    How important is this to you?
  3. Is there a possibility to display tooltip for all the bubbles that overlap

    5 votes
    How important is this to you?
  4. Rangeselector is great, but I have only seen it with dates on the x-axis. Is it also possible to have numerical values instead?

    I would expect it to be relatively straight-forward. If not, is there a reason for not supporting it?

    Thanks!

    6 votes
    1 comment  ·  Admin →
    How important is this to you?
  5. I am looking for option for bar chart Edges shapes like arrow

    i have tried by using boardradius it not fulfill my requirement any suggestion please

    3 votes
    0 comments  ·  Admin →
    How important is this to you?
  6. https://www.anychart.com/products/anychart/gallery/Tag_Cloud/State_of_the_Union_Address_Most_Used_Words.php
    Refer the image in the above link. The image shows words grouped in 3 categories: Barack Obama, George Bush and Ronald Reagan. Each of these categories have a word with maximum frequency – I (70%), will (49%) and will (65%) respectively. Thus the font sizes of maximum frequency words are shown relatively.
    I have tried following 3 examples:
    1) Render three wordclouds in a one chart: jsfiddle.net/znm6f89r/8 - but still, word weight is based on the size within the series.
    2) Define custom placement strategy: jsfiddle.net/znm6f89r/28 - but labels may not be within the column.
    3) Using 3 series…

    12 votes
    How important is this to you?
  7. It would be nice to have a default formatter for displaying numbers in scientific notation

    3 votes
    How important is this to you?
  8. Hi, is it possible to import dwg or dxf files to highchart? Need to show information on drawings, similar to Tile map

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  9. We are willing to purchase your products.

    Can I make an EEG chart with a high chart?

    The EEG chart has a time axis X and a Y axis with 19 individual ranges.

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  10. US map with state search functionality which display all the states by default when search for any state then in the result it should display searched state with all the counties and also rest of the state without county.

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  11. For the tooltips, the hover over are isn't very user friendly.

    For example, using the closest point on the X-axis in a chart rich in data points is hard to get the exact point of interest. Usually these points occur where there is a distinguishing feature which Voronoi diagrams excel in. Such as a spike in a line diagram.

    Even when there is no feature to focus on, the Voronoi diagram will have effectvily the same interaction as the current method.

    3 votes
    0 comments  ·  Admin →
    How important is this to you?
  12. add directed graph for network analysis, like alchemyjs/graphviz/arbor

    13 votes
    How important is this to you?
  13. render the chart when it is visible,it will very useful when there are lots of charts in one page

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  14. Provide a property for donut chart to show the aggregated total exactly at the center of donut

    var colors = Highcharts.getOptions().colors,
    categories = [
    "Chrome",
    "Firefox",
    "Internet Explorer",
    "Safari",
    "Edge",
    "Opera",
    "Other"
    ],
    data = [
    {
    "y": 62.74,
    "color": colors[2],
    "drilldown": {
    "name": "Chrome",
    "categories": [
    "Chrome v65.0",
    "Chrome v64.0",
    "Chrome v63.0",
    "Chrome v62.0",
    "Chrome v61.0",
    "Chrome v60.0",
    "Chrome v59.0",
    "Chrome v58.0",
    "Chrome v57.0",
    "Chrome v56.0",
    "Chrome v55.0",
    "Chrome v54.0",
    "Chrome v51.0",
    "Chrome v49.0",
    "Chrome v48.0",
    "Chrome v47.0",
    "Chrome v43.0",
    "Chrome v29.0"
    ],
    "data": [
    0.1,
    1.3,
    53.02,
    1.4,
    0.88,
    0.56,
    0.45,
    0.49,
    0.32,
    0.29,
    0.79,
    0.18,
    0.13,
    2.16,…

    1 vote
    How important is this to you?
  15. I would love to have a property fontresize: boolean like
    title: {
    text: 'Highcharts Header',
    style: {
    fontSize: '48px',
    fontResize: false;
    }
    }
    for all Texts at the charts or may be also on generall property which works on all texts.
    This property (set on false) should avoid that while resizing the svg-file the size of the text is being resized too.

    3 votes
    1 comment  ·  Admin →
    How important is this to you?
  16. As I explain in this SO question https://stackoverflow.com/questions/51282216/set-initial-state-for-custom-buttons-before-drawing-highcharts , I need to create custom buttons with an initial/default state (disabled mostly).

    Right now I use a callback function with setState (thankfully this doesn't redraw the graph, therefore we face little to no performance impact) but it I believe it could be a nice feature

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  17. Is it possible to email the PDF generated by the highcharts export library automatically?

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  18. For iOS wrapper there is no way to do data.addPoint(...). The only way to do a dynamic chart is resetting data when new points become available.
    Would be nice for HISeries to contain methods such as addPoint() and data.update() for data changing. Also animation shall work on such operations.

    3 votes
    0 comments  ·  Admin →
    How important is this to you?
  19. I need little help i have to know is there any way to use no-data-to-display.js file in our multi level pie chart ?

    Consider District, City and Union Council UC,
    'District - Grand Parent'
    'City - parent'
    'UC - child'
    now in as a franchiser we have to see where and where we are selling our products.
    my problem is when there is only distribution in district it drillDown and shows message "we are only selling in ...... district"

    else it shows different cities and then uc wherever we are ending it shows message.

    it is working but it is…

    3 votes
    0 comments  ·  Admin →
    How important is this to you?
  20. I am using highcharts.js to display bar chart with multiple level series dynamically from servlet .I am storing the series data in arrays and traversing them:

    The problem is whenever one of the series has no data the it doesn't show anything except a blank screen. I want to display all the series with data and the series with no data should show there is not district data or city data and should not overlap other series data.Need help.

    3 votes
    0 comments  ·  Admin →
    How important is this to you?
  • Don't see your idea?