Dimple.js - how to center align legend and create a box around the elements

524 Views Asked by At

Is there a way to center align the legend and draw a box around the legend elements in dimple.js? I am trying to achieve the below. Also I want to reduce space between the legend elements. Currently I am using the following command to render the legend.

var legends = chart.addLegend(30, 270, 700, 20, "left");

enter image description here

enter image description here

0

There are 0 best solutions below