SVGGraph options tagged 'datetime'
This page lists all the options currently available for use in the SVGGraph
constructor's $settings
array. The lists of graph types and tags
can be used to filter the list of options, and each option name is a link to
a page with further details about the option.
Graph type support: ArrayGraph Bar3DGraph BarAndLineGraph BarGraph BoxAndWhiskerGraph BubbleGraph CandlestickGraph CylinderGraph Donut3DGraph DonutGraph EmptyGraph ExplodedDonut3DGraph ExplodedDonutGraph ExplodedPie3DGraph ExplodedPieGraph ExplodedSemiDonut3DGraph ExplodedSemiDonutGraph FloatingBarGraph GanttChart GroupedBar3DGraph GroupedBarGraph GroupedCylinderGraph Histogram HorizontalBar3DGraph HorizontalBarGraph HorizontalFloatingBarGraph HorizontalGroupedBar3DGraph HorizontalGroupedBarGraph HorizontalStackedBar3DGraph HorizontalStackedBarGraph LineGraph MultiLineGraph MultiRadarGraph MultiScatterGraph MultiSteppedLineGraph Pie3DGraph PieGraph PolarArea3DGraph PolarAreaGraph PopulationPyramid RadarGraph ScatterGraph SemiDonut3DGraph SemiDonutGraph StackedBar3DGraph StackedBarAndLineGraph StackedBarGraph StackedCylinderGraph StackedGroupedBar3DGraph StackedGroupedBarGraph StackedGroupedCylinderGraph StackedLineGraph SteppedLineGraph
7 options with tag datetime:
Option | Default | Summary |
---|---|---|
data_label_datetime_format | "Y-m-d H:i:s" |
Date format for date/time keys in labels. |
datetime_key_format | NULL |
This option specifies the date/time format of the data keys, used when the
datetime_keys option is enabled. The default value of NULL means that no
specific format is in use. |
datetime_keys | false |
Parses data keys as date/time values. |
datetime_text_format | NULL |
Date format for date/time axis. |
datetime_week_start | "monday" |
Week start day for date/time axis. |
force_block_label_x | false |
Forces block-style labelling for X axis. |
tooltip_datetime_format | "Y-m-d H:i:s" |
Date format for date/time keys in tooltips. |