-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
Is it possible to custom the chart such as adding title, (x|y)axis title or legend options ?
Taking this example:
boxLine x y = do
let box = [plotly|{
x : #{ x },
y : #{ y },
type : "lines"
}|]
return box
How do you add a title, a legend (label of the curve) ?
Is it possible right now or the library needs more development/help ?
Thanks in advance for your answer and your great work
Reactions are currently unavailable