score:8
Most probably you are using different coding than UTF-8. You can simply remove that character, by changing pointFormat
, from:
<span style="color:{series.color}">\u25CF</span> {series.name}: <b>{point.y}</b><br/>
to:
<span style="color:{series.color}">{series.name}</span>: <b>{point.y}</b><br/>
Or, as just @Adam Goodwin
pointed out, set default format in your options:
<span style="color:{series.color}">\u25CF</span> {series.name}: <b>{point.y}</b><br/>
score:-1
the simple solution to all the problem is using a tooptip
code is as follow:
tooltip: {
pointFormat: '{series.name}: <b>{point.y}</b><br/>',
shared: true
},
series: {
code here
}
workable and easy solution to remove the weird character on hover on highcharts.
score:7
I had the same issue. Encoding in Notepad++ was set to 'UTF-8 without BOM'. When I switched it to 'UTF-8' it fixed it. Thanks!
UPDATE - that had some undesirable effects on other stuff, so I ended up adding to the html:
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" / >
and that fixed it all
Source: stackoverflow.com
Related Query
- Weird character in front of Highcharts tooltip series names
- how to give different names on tooltip for one series in highcharts R
- Highcharts displays series names but missing data points from json source
- Display tooltip for invisible series in Highcharts
- Highcharts - How to hide series name and Y value in tooltip
- highcharts - chart names for multiple pie chart series in one chart
- Highcharts: Conditional tooltip based on multiple series names (OR logic operator)
- Highcharts shared tooltip for line series and scatter plot not working
- How to hide one series data info in tooltip using highcharts
- Highcharts add tooltip that has a small arrow pointing toward the series
- Highcharts JS- add third variable to tooltip for two series
- Highcharts - Tooltip and series name are out of their boxes in chrome
- Highcharts shared tooltip between charts with multiple series and shared tooltip
- Highcharts - Series tooltip doesn't work when plotting lines that zigzag on the x axis
- How to edit tooltip in Highcharts C# code
- Highcharts - Aligning dateTime series for shared tooltip
- Changing tooltip shape for a series in Highcharts
- how to use highcharts tooltip formatter in python code
- Highcharts synchronize tooltip on multiple charts with multiple series
- Highcharts: Format series names in tooltip
- Highcharts Modify Tooltip for One Series
- Bringing a time series to the front in Highcharts
- Series for tooltip only in highcharts
- Highcharts pie get series color in tooltip headerFormat
- Highcharts - Adding tooltip to ONLY certain dynamically added series
- Show Data For Grouped Series in ToolTip Highcharts
- Highcharts Tooltip - Access "z" value in series data array
- Highcharts series names in datalabel
- How to hide series name from tooltip in Highcharts scatter plots for linear regression
- Use Series names as xAxis in Highcharts
More Query from same tag
- How can I draw Highcharts horizontal stacked bar with date-time duration
- Show specific series values in the stack label using highcharts
- Highcharts, influxdb and nodejs, how to display data of influxdb in highcharts using influxdb-nodejs?
- How to programmatically zoom in highcharts?
- Range Selector date always goes to 1970-01-01 in Highcharts.Chart()
- How to change highcharts radius according to data
- How to create arrays for Highchart?
- Does the Highcharts-Vue wrapper support 'gauge' and 'heatmap' chart types?
- Highcharts. Is it possible to show data labels programmatically
- charts cause memory leak
- Angular adding single quotes and variable to the component.html not reading the variable and quotes
- How to set xData as date (Y-M) for Highcharts synchronized charts?
- Scroll bar in Highcharts tooltip
- Dynamically add data to series in Highcharts
- Creating negative stacking bar chart with Highcharter(Likert chart)
- Highcharts in AngularJs without jQuery?
- Commas in CSV values import into Highcharts Editor
- Highcharts multiple yAxis, the second yAxis labels are not showing but the title is
- build a "double divergent" axis title in HighCharts
- How can I create a horizontal stacked bar chart with labels on the bars themselves as well as labels above the bars?
- Native Android SDK graph
- angular/cli and typescript version compilation error
- Highcharts conditionally disable marker on hover
- Highmap Geojson of China cities
- enable disable hover in highchart.stock
- How to add custom map and custom data to Highmaps?
- How do I set highcharts line graph point colors to an array of colors?
- Embedding the view of a url inside the header of another view
- How to show the container in a nested treemap?
- Highchart: Spline with clickable Symbols