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
- OnClick() with Highcharts in MVC 4
- Highstock/chart - On resize, don't crop chart
- Rebuild JSON after $http.get with AngularJS
- Highcharts: Dynamically add series value to category name
- Is it possible to hide the line & symbol next to Highcharts legend items?
- Export Highcharts to PDF (using javascript and local server - no internet connection)
- Highcharts: Handling ng-click on tooltips
- Change xAxis label style on data series click, Highcharts/React
- Highcharts bar chart force bar to use space
- Category names and the chart are not aligned in polar chart, Highcharts
- Highcharts-react not rendering on initial page load
- 'How to read a file content until 'n' occurrences of a character and write it into a variable", using javascript?
- how to render chart based on different id?
- How to put data in Highchart from session storage?
- Adding Multiple HighCharts on one screen Angularjs
- highcharts xAxis limit how far zoom in
- Backbone Model caching and fetching locally
- highcharts first and last category width
- Highcharts log axis in base 2
- How can I display the current value from a chart?
- Javascript chart component that can handle annotated news headlines
- Highcharts in AngularJs without jQuery?
- Want to take difference between single series data and show them on chart in highcharts/highstock
- Why do I have the issue 'property assigment expected' when I want to display a chart on my web page using highcharts
- Highcharts > Tooltip > Crosshair: How to set horizontal crosshair to snap to CLOSE in OHLC series?
- Highcharts y axis thousands separator
- highcharts pass multiple values to tooltip
- Possible to use Highcharts Scatter Plot with categories?
- How to combine highcharts data?
- Updating the axis of a highcharts chart object using jquery after inital render (django)