-
Notifications
You must be signed in to change notification settings - Fork 98
Closed
Description
-
Displaying a range of dates:
Chart.withXAxis (LayoutObjects.LinearAxis.init(Range = ?)
How can I set from DateTime A to DateTime B?
The StyleParam.Range type seems to want floats, but the comments in the code say:
If the axis
typeis "date", it should be date strings, like date data, though Date objects and unix milliseconds will be accepted and converted to strings.
-
Sizing subplots:
[ chart1 chart2 |> Chart.withSize(Height = 200) <- this will get ignored ] |> Chart.SingleStack(Pattern= LayoutGridPattern.Coupled) |> Chart.withSize(Width = 1600, Height= 800) |> Chart.show
I can't find where I can set a size for each plot
Metadata
Metadata
Assignees
Labels
No labels