Sunday, May 19, 2024
 Popular · Latest · Hot · Upcoming
92
rated 0 times [  94] [ 2]  / answers: 1 / hits: 22578  / 5 Years ago, tue, march 26, 2019, 12:00:00

CodeSandbox



How to move that legend to the left? I have tried to use options:{legend:{position: 'left'}}.



Goal:
enter



position: left shifts the chart to the right what is not good for me:



enter


More From » html

 Answers
9

Your code is correct and you will be able to align the legend as following in the future:



legend: {
position: top,
align: start
}


But the feature is currently not implemented at the current time (2019-03-30). The feature is already merged and will be released with version 2.9. You either have to wait until version 2.9 will be released or use a development release, which is not recommended as they should only be used for testing purposes.


[#52352] Thursday, March 21, 2019, 5 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
kinsley

Total Points: 352
Total Questions: 84
Total Answers: 94

Location: Denmark
Member since Tue, Jul 19, 2022
2 Years ago
;