Is there option to make Palette visible vertically instead of horizontally
swaroopg92 opened this issue · 1 comments
swaroopg92 commented
DanielOndiordna commented
To show your palette vertically, you should modify the palette array to an array-of-arrays. From the examples:
palette: [
['black', 'white', 'blanchedalmond',
'rgb(255, 128, 0);', 'hsv 100 70 50'],
['red', 'yellow', 'green', 'blue', 'violet']
]