score:1
This "tool code" is just regular Highcharts code, and does nothing more than generate it for you.
For the first chart you can use valueSuffix
to add a percentage sign after the value. Code:
plotOptions: {
column: {
tooltip: {
valueSuffix: '%'
}
}
}
For the second chart you can use the global thousandSep
option to get comma separators. Code:
Highcharts.setOptions({
lang: {
thousandsSep: ','
}
});
See this JSFiddle demonstration of both code segments.
Source: stackoverflow.com
Related Query
- Getting numbers on Y-axis to show up as percentages with code from a Highcharts code generator tool?
- How to populate a Highcharts axis with string formatted data from a PHP array
- how to show column and area charts with different y axis with same category and same x axis in highcharts
- highcharts from HTML table does not getting the x axis key
- Getting value from tooltip when hover on svg element on the graph created with highcharts
- Highcharts Treemap with multiple series: getting them all to show in legend
- Show ticks on x axis in local time with highcharts api
- In the following code i want to show the WHOLE names on x axis nd dont want them to overlap with the legend
- Cannot get Highcharts to show in 3D with data from mysql database
- Highcharts axis does not show properly values when numbers are so small
- How to prevent highcharts from shortening labels with ellipsis
- Highcharts - How to start x axis from an arbitrary value
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Populate Highcharts X-Axis With Dates Given a From And To Date
- Highcharts - with datetime axis labels overlap
- getting error#17 from highcharts while using solid gauge from backbone rails
- Highcharts Column chart with drilldown, remove hyperlink like formatting from x-axis labels
- highcharts - removing decimal places on Y axis with only one point
- Highcharts blank chart with x and y axis
- Add dynamic data to line chart from mysql database with highcharts
- Highcharts label format with tickPositioner in a datetime x Axis
- Getting the X Axis value in HighCharts
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Highcharts How to get decimal point values on y-axis with big numbers
- How to show only specific x-axis values on datetime axis in Highcharts
- Highcharts - Global configuration with common code and unique data & Headings
- creating a bar chart using Highcharts with React - getting an error that rendering div isn't found
- Show more data on Gauge chart with Highcharts
- Show some specefic number on gauge highcharts axis labels
- How do I hide a Highcharts series from the chart, but always show it in the tooltip?
More Query from same tag
- remove previous markers and retain only single marker highchart
- Hide or Disable Legend or Label in the end Highcharts line
- Fetch data from firebase firestore and plot histogram using highcharts when cardview clicked - android
- Highcharts column chart extends off container and doesn't properly show X axis
- highcharts map Zoom by a single click
- Switch between the view data table and the highcharts graph
- The graph is not equal on the basis of the addition code in Highcharts
- Highchart graph not plotting - CSV
- Highscore with jQuery.ajax: How to Initialize / Scope Issue
- Highstock tooltip Formatter not able to display extra data
- Exporting several HighCharts graphs to Powerpoint slides
- How to update Highcharts with live data?
- Highcharts series (column) names of x axis
- R Highcharter - Countries displayed incorrectly on hcmap
- Convert date to milliseconds for highchart date
- How To disable "shadow-gradient" of format?
- How to pass time in "highcharts"?
- Passing null in Highcharts line graphs
- Need help in simplifying the code to synchronise tooltips and crosshairs for Highcharts,
- Exporting highcharts data to CSV file
- How to generate chart/graph on node.js as an html file
- Highchart yAxis.ceiling not working properly
- Highcharts ( stockchart series line is not connecting to the last point
- How to auto adjust the bar with respect to the plotBand option in xrange highcharts?
- Highchart using php,mysql and jquery
- Highcharts datepicker - multiple series
- Highcharts min y-axis value
- Highcharts stack graph stack not visible
- Having trouble to show highchart for each element
- Can't make multiple charts to work with highcharts