anthonny2890 Posted December 16, 2013 Report Share Posted December 16, 2013 Spanish want to change the tooltip, how can I do?. In Time of "Value" that is "Valor:" Thanks. Quote Link to comment Share on other sites More sharing options...
0 JuanC Posted December 17, 2013 Report Share Posted December 17, 2013 The tooltips normally come from the data you pass to the chart, if you cannot modify your JSON objects you might want to change the series name as follows var items = [{"Month":"Jan", "Value":15},{"Month":"Feb", "Value":9},{"Month":"Mar", "Value":18}]; chart1.setDataSource(items); chart1.getSeries().getItem(0).setText("Valor"); JuanC Quote Link to comment Share on other sites More sharing options...
Question
anthonny2890
Spanish want to change the tooltip, how can I do?. In Time of "Value" that is "Valor:" Thanks.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.