File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -638,10 +638,12 @@ module.exports = {
638638 dflt : false ,
639639 editType : 'ticks' ,
640640 description : [
641- 'Determines the alias for certain labels for ticks and hover.' ,
642- 'For example using {US: \'USA\', CA: \'Canada\'} maps US to USA' ,
643- 'and CA to Canada if tick or hover labels match US or Canada i.e.' ,
644- 'after adding prefix and suffix to labels.'
641+ 'Replacement text for specific tick or hover labels.' ,
642+ 'For example using {US: \'USA\', CA: \'Canada\'} changes US to USA' ,
643+ 'and CA to Canada. The labels we would have shown must match' ,
644+ 'the keys exactly, after adding any tickprefix or ticksuffix.' ,
645+ 'labelalias can be used with any axis type, and both keys (if needed)' ,
646+ 'and values (if desired) can include html-like tags or MathJax.'
645647 ] . join ( ' ' )
646648 } ,
647649 automargin : {
You can’t perform that action at this time.
0 commit comments