Skip to content

options of the chart #10

@delanoe

Description

@delanoe

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions