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
Is it possible to custom the chart such as adding title, (x|y)axis title or legend options ?
Taking this example:
boxLine x y = dolet box = [plotly|{x : #{ x },y : #{ y },type : "lines"}|]return boxHow 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