score:1
I am afraid that it is impossible to achieve it in this way.
Highcharts.SVGRenderer.prototype.symbols this function returns a path. Each of these values in the array means the next position where the line should be drawn - in really basic words.
Check this example to see what I am talking about: https://jsfiddle.net/BlackLabel/c38ofw5h/
for ['M', 0, 0 ]
it's like {x: 0, y: 0} , so starts points, next ['L', 100, 100]
it's like the drawn line to {x: 100, y: 100}. You pasted a complicated array of coordinates to drawn it, with 'fixed height'.
It is also very good explained here: Extend highcharts renderer symbols to have plus sign
Of course, the SVG element could be customized. But as an HTML element. It is very good explained here: https://css-tricks.com/scale-svg/
So, with the above information, I think that a better approach is to create a custom label as an HTML element.
Demo: https://codesandbox.io/s/costume-icon-mfg7z
API: https://api.highcharts.com/class-reference/Highcharts.SVGRenderer#label
API: https://api.highcharts.com/highstock/chart.events.render
Source: stackoverflow.com
Related Query
- Strange character in the Highstock source code
- SVGRenderer function
- Highcharts :Uncaught TypeError: $(...).highcharts is not a function
- How to get rid of Function calls are not supported in decorators in Angular aot compiling?
- TypeError: $(...).highcharts is not a function
- Highcharts saying undefined is not a function when trying to add a new chart
- Optimize JavaScript DrillDown code
- Execute function after zoom highcharts
- Serializing a function as a parameter in json using C#
- Uncaught TypeError: e.doDrilldown is not a function - Highcharts
- Uncaught TypeError: undefined is not a function - Highcharts - MVC
- Drill down function in highcharts in case of line charts
- Replacing highcharts.each in my code as it is being deprecated
- how to get chart object inside a point event function in Highcharts
- Highcharts.stockChart is not a function
- Pass Data String as parameter to a Function for HighCharts
- HighCharts TypeError: ha is not a function
- Pass function to jquery from php
- Change bar color directly in highcharters' hcchart function
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Code works on fiddle but not when I do /show
- Uncaught TypeError: undefined is not a function when using highcharts
- Highcharts - Global configuration with common code and unique data & Headings
- Highcharts: Context Menu Button, onclick function
- Use highcharter inside a function
- How to call typescript function inside High chart click event
- JavaScript code inside TypeScript file .ts not working
- how to use highcharts-angular callback function to get chart object
- using angular directive to draw highchart pie chart but when i am using it in success function it is not working
- Passing a JavaScript function from JSON encoded PHP
More Query from same tag
- How do I add column-specific plotlines using High Charts?
- How to attach click event function in Highcharts
- HighCharts API pie chart CSS how to select drilldown labels
- highcharts xAxis pointStart issue
- Highcharts issue when start index is less than 0
- Multiple data series and multiple data tooltip with HighMaps
- Rails Not outputting Highcharts javascript graph
- Is it possible to position Highcharts dataLabels depending on the value?
- Labels are not displayed on the chart
- Alternate for highcharts-more
- How to change border radius of legend symbol
- How to get points information when hovering over axis labels in highcharts using custom-events library?
- Jquery Highcharts Legend items sorting
- Highcharts - DataLabels connector customization {Straight line}
- Duplicate Series in the legend when exporting
- HighChart - Can draw line between Title and SubTitle
- Setting options.rangeSelector.selected to 0 does not set zoom to correct level in highstock
- Javascript /jQuery Stock Chart API with multiple separate axis but combined interaction (pic included)?
- highcharts - create a total sumline of an existing serie
- Radial Gradient, for plot bands on a gauge?
- Dynamic Input to Highcharts via HTML input field?
- Highcharts pie animation: disable scaling
- How to replace label line with dot in highcharts
- display vertical lines and horizontal lines on plots
- Highchart + Plotly dash Graph displaying before pressing the button
- Sorting data from database, to use in chart. PHP
- Highcharts not displaying JSON data
- Highcharts : Plotting Data versus Date
- Highcharts Plot background
- Multiple Series Timeline with HighCharts