-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
Description
Create a new module allowing to create an hexagonal chart
format:
{
type:"chart",
value: {
axis:["N","S","O"],
data:[[0,0,0],[1,1,0],[0,1,1]],
info:[{color:'red', label:'C'},{color:'blue'},{color:'green'}]
}}
options in module:
- color jpath (from info)
- size (default 6)
- label color
- label size ... ? Use the css selector ?
How to display the color scale ?
Reactions are currently unavailable
