Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

1073 results found

  1. hi
    i see one bug with arabic or other right to left languages.this bug in tooltip that has a new break line (<br /> tag). my code same this:
    var chart = new Highcharts.Chart({
    chart: {
    renderTo: 'container' , defaultSeriesType: 'bar'
    },

    credits: {
        enabled: false
    },
    legend: { enabled: true },
    plotOptions: { column: { pointPadding: 0.2, borderWidth: 0 } }, 
    title: {"text":"سعید محمدهاشم"},                          
    subtitle: {"text":"سعید تست میکند"},
    xAxis: {"title":null,"align":null,"categories":["سعید","حمید","امیر","مهدی","حسین"]},                            yAxis: {"title":{"text":"سعید"},"align":null,"categories":null},                            tooltip: { formatter: function() { return '<b>'+this.series.name +'</b><br />'+ this.x +':'+ this.y; } },                                                        series: [{"name":"حقوق","data":[4,15,5,17,14],"color":null},{"name":"مزایا","data":[4,25,6,12,6],"color":null},{"name":"مرخصی","data":[7,19,2,34,5],"color":null},{"name":"پاداش","data":[3,14,6,21,9],"color":null}]                        });      
    
    10 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. Add drop-down box to select (up to 10) data records from external csv-file for charting.

    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)
  3. When updating all series on chart it would be nice to have option to reset colorCounter - rather than having to define colours when adding in the new series
    i.e
    chart.resetColorCounter = resetColorCounter;
    function resetColorCounter(){colorCounter=0;}

    7 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. options to make labels of two yAxis aligned

    refer to:
    http://highslide.com/forum/viewtopic.php?f=9&t=7740

    just like:
    yAxis: [{
    title: {
    text: 'yAxis one'
    },
    opposite: false,
    bindGridLine:{
    to:1, //bind chart.yAxis[0] to chart.yAxis[1]
    values:[100,0] //two values from chart.yAxis[0] and chart.yAxis[1]
    }
    },{
    title: {
    text: 'yAxis two'
    },
    opposite: true
    }]

    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)
  5. 8 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. Wen hide series and export the series hidden not have exported , and a file in java servlet for export, another option to .php

    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)
  7. This would be a fantastic feature - the ability to select multiple data points by creating an enclosure using the mouse. e.g.Outliers could be selected in one movement and used filter other data in the app.
    See Stephen Few's Newsletter for more information - http://bit.ly/9A8wiD

    16 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. Every Series with a sum of its values less than a defined threshold will be put automatically in a Series call "Others".

    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)
  9. When you right click on the chart you can select to view the same data in a different chart type like change from bar to pie

    14 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. It could be a great idea to develop a module to display some graphics based on data from an other server using webservices. We have a server from wich we can import data using web services and we need some charts to display the data.

    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. It would be really great to be able to export multiple charts to a single image

    27 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. 10 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. There is the ability to print a chart and to create a pdf of it, would be great to have email option to email a pdf of chart to someone

    21 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)
  14. 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)
  15. Watermarks (custom images) with support for alignment from right and bottom (important for 100% width charts with unknown width).

    9 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. When I used the Export to jpg,png...
    I found the chinese word, can't display on the image..
    Could you support to print the chinese word?

    8 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. 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)
  18. it would be nice if a data point is hovered the y-value is not displayed in the tooltip but as a marker in the y-axis.

    check this chart for a demonstration: http://www.boerse-go.de/jandaya/#Ticker/Profil/DAX

    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)
  19. A clear example through which people can read about how to manage data from a SQL database with 'While' function.

    8 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. Add a property that would turn on the background color for custom symbols. See forum post: http://highslide.com/forum/viewtopic.php?f=9&t=7134

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