You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JSXGraph
Hi folks. I am trying to create a legend for a graph, but the colored bars of the legend are just too big. I can't seem to find any references that will help me figure out how to make these smaller. Any ideas? Thanks! David
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JSXGraph
The attribute you are searching for is `lineLength` (in user coordinates). The default value is 1. Beside the attributes which are available for lines, there is the additional attribute `rowHeight` (in pixel).
The legend object is user contributed. At the moment we are working on refactoring and documenting the chart module.