score:2
Accepted answer
You could just check if its a neggative value and return according to that:
formatter: function () {
if(this.value >= 0 ){
return '$' + this.value / 1000;
}else{
return '-$' + this.value / 1000*-1;
}
}
Source: stackoverflow.com
Related Query
- HighCharts - Negative $ currency values
- Highcharts - Keep Zero Centered on Y-Axis with Negative Values
- Highcharts - Column With Negative Values - Column Color
- Highcharts - Issue with negative values when displaying multiple axes
- Highcharts - Area Chart - Stacking with series containing negative and positive values
- passing json values to highcharts from .net code behind
- Negative values in the data not showing in highcharts linechart
- Highcharts - Cannot set x-axes categories in column charts with negative values
- Negative values causes wrong y-axis highcharts
- Column chart with negative values and categories on xAxis in HighCharts
- Highcharts - Pie chart with negative values
- Highcharts Negative Values Column Graph Bottom Radius
- highcharts lollipop/dumbbell chart change position/colour of positive and negative marker values
- Highcharts Showing negative values on tooltip
- highcharts gauge use with negative values
- How to make label in highcharts area graph display absolute values instead of negative values?
- nGradient effect with negative values on highcharts
- Display negative Y values above zero instead below in highcharts
- Highcharts packed bubble chart not working for negative values
- Highcharts yaxis negative values error
- Highcharts - Stacked Bar Column - Total Value of Stacked Bar not Correct with Negative and Positive Values
- negative values in highcharts stacked column chart
- Set highcharts y-axis min value to 0, unless there is negative data
- highcharts pass multiple values to tooltip
- Total of values in HighCharts Pie Chart
- How to update new plotline values instead of removing and adding new ones in highcharts
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Show specific series values in the stack label using highcharts
- Highcharts column range change color for negative numbers
- Highcharts 24 hour setup for hourly values
More Query from same tag
- Is there a reliable way to have a 1 month auto generated tick interval with high charts?
- Highcharts Chart Bar - How can I display in the chart, only one column from my HTML table?
- how to start semi circle donut chart angle from respective position in highchart?
- Javascript - Highcharts - input data array of arrays
- Question on Highcharts SVG element create / destroy using Highcharts.SVGRenderer
- Highcharts add an image to that chart with an onClick event attached to it
- How to change highcharts graph axis colors on export?
- Text Ellipsis in bubble chart
- How to combine highcharts (heatmap) and table (mapping each table row with heatmap row)?
- Highcharts, bar chart, change bar color on hover?
- How does highstock represent the amount of point that is bigger than screen resolution?
- With highcharts, is that possible to add dataLabels below column?
- Issue with npm and Highcharts
- color sides of 3d pie chart in highcharts
- Highcharts column drilldown colors exhausted after 9 columns?
- How can I move x axis of highchart in a particular time period?
- Is it possible to include maplines in highcharter maps?
- Highchart Spider web chart, pointPlacement and tickInterval
- Customize Highchart Map's legend type and color
- Highcharts - margin top to yAxis label
- Position next and previous buttons on far right and left side of the Highchart
- Drag legend out of Highchart
- highcharts 3d scatter chart: displaying categories
- Is there a way to increase the sensitivity of a specific point, in the purpose of showing a tooltip?
- Load JSON to Highchart Series
- Highcharts tooltip image
- Best way for debugging Hover state with CSS and JS changes
- Is it possible to change properties of xAxis.labels individually in HighCharts?
- Old state is being shown despite updating in React Highcharts click event
- Highcharts Drawing a line with chart.renderer.path