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 = {
638
638
dflt : false ,
639
639
editType : 'ticks' ,
640
640
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.'
645
647
] . join ( ' ' )
646
648
} ,
647
649
automargin : {
You can’t perform that action at this time.
0 commit comments