Justified text alignment in legend box
I have the following in a legend:
labelFormatter: function () { return this.name + " - " + this.value; }
That looks fine, except, I want to remove the " - " and have all the values aligned to the right in their line.
-
glen.little commented
I was able to accomplish this by turning on "useHTML", and then doing the formatting I needed using CSS.
This request can be rejected!
-
glen.little commented
A quick web search found this example: https://www.jccsf.org/the-center/who-we-are/jccsf-annual-report/
The first and second pie charts each have a legend and the text is formatted in a small table. That's what I'm trying to do. (I only need two columns, not three like they have.)