score:1
At least part of the solution was to switch in the CSV Editor the encodings a couple of times and then at the end back to UTF8. And then it worked.
However, the special characters in the title of the axis appear only ok when using ISO Latin 1. Otherwise, still awkward characters.
score:0
I was having difficulties to print special characters in the Highcharts. This is how i resolve the issue. Set 'useHTML' to true to print the special characters in the title. I thought it may be helpful to someone who come to this page. title: { useHTML: true, text: 'Monthly – Temperature' },
score:1
You should have utf-8 encoding in all files.
var chart = new Highcharts.Chart({
chart: {
renderTo: 'container'
},
xAxis: {
categories: ['ä', 'ä']
},
series: [{
data: [29, 71]
}]
});
Works well.
Source: stackoverflow.com
Related Query
- How to deal in Highcharts with special characters from CSV file?
- How can I make a graph with highcharts from csv file?
- How to show an additional column from CSV file as a tooltip in Highcharts
- Highcharts to display area range and line chart with data from a CSV file
- Export data from highcharts in csv file with dates in milliseconds
- How to prevent highcharts from shortening labels with ellipsis
- How to populate a Highcharts axis with string formatted data from a PHP array
- How to export CSV and XLS with external button in Highcharts
- How do I select which columns from my CSV to chart with HighChart?
- How to parse dates in highcharts from csv
- Highcharts - How to make a scatter plot with multiple series from HTML table
- Not able to draw a Pie Chart with external csv file in HighCharts
- How to suppress items with NULL value from HighCharts legend
- How can I deal with Highcharts inline styles to prevent Content-Security-Policy violations?
- How to use highcharts in reactjs with fetched data from API
- Highcharts dynamicly update chart from csv file
- How to join geojson + CSV file with omnivore leaflet in Mapbox to map data as polygons?
- Highcharts not displaying data but drawing chart when reading from CSV file
- How can I create Highcharts Arearange graph from CSV file?
- Highcharts series visibility with csv data source
- Highcharts - How to prevent long title with line break from overflowing subtitle
- How to have multiple highcharts with different series data in vuejs without repeating code
- Highcharts with values from multiple JSON file
- how to draw charts with json file data in highcharts
- How to export a .xls file from a website as a CSV file?
- Highcharts - Scatter plot: How to send information from clicks to a function with information about the click as parameters
- Highcharts Highstock How to Plot OHLC and Line Charts from One Set of Embedded CSV Data Using Series Map Tools?
- How to replace x-axes with our own timestamp data from API in Highcharts using highstocks
- Display data from CSV in Highcharts with Angular
- Plot Y axis data based on x axis values from a csv file : Highcharts
More Query from same tag
- Dynamically modifying the HighChart layout options
- Can't assign names to legend points
- issue with highChart arearange chart while adding point
- Click event outside series
- Browser hanged while plotting more than 10000 series using Highcharts
- I need a realtime intraday chart where x axis is pre defined interval of 30 minutes
- How i can get the 2 decimal places?
- Highcharts Column Chart Drilldown
- Legend in network graph ( Highchart Js)
- Does this qualify for the Highstock NON-COMMERCIAL LICENSE?
- HighCharts - Hide/Show Label on mouse Events
- Change point style on hover over other onpage element
- How to add horizontal threshold lines after data is loaded?
- How can I use highcharts draggable plotline as video timeline (vice versa)
- highcharts.js how to force x-Axis label to display all months regardless of chart size
- Highchart.js and AngularJS after navigation some chart does not load
- How to use 'compare' for all series except one
- Highcharts donut legend toggle
- jQuery.HighchartTable custom tooltip
- Highstock charts: Multiple x axis rotates the view
- How to transform this array in a json?
- Highcharts: Returning N/A value instead of 0% in data label
- Tooltip doesn't appearing for overlapping datapoints in highchart xrange
- Highcharts Bar Chart Without Column
- Highcharts legends data overlapping issue on set and update data
- Error in systemjs using angular2-highcharts
- Stacked Bar type of jquery Highcharts with data from HTML Table
- Highstock- show full data sets on x axis
- how to import highcharts sub modules in React app
- highchart stacked column total data per categories