-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Description
there is Graph with datetime data:
{
"legend": {
"show": false
},
"series": [
{
"name": "Delivered quantity",
"data": [
{
"x": "2022-10-31",
"y": 7.5
},
{
"x": "2022-11-01",
"y": 0
},
{
"x": "2022-11-02",
"y": 0
},
{
"x": "2022-11-03",
"y": 0
},
{
"x": "2022-11-04",
"y": 0
},
{
"x": "2022-11-05",
"y": 0
},
{
"x": "2022-11-06",
"y": 0
}
}
],
"chart": {
"zoom": {
"enabled": false
},
"height": 332,
"type": "bar",
"animations": {},
"toolbar": {
"show": false
},
"stacked": true
},
"xaxis": {
"type": "datetime",
"labels": {
format: 'ddd'
},
"min": 1667174400000,
},
"yaxis": {
"labels": {},
"tooltip": {
"enabled": false
}
},
"tooltype": {
"x": {}
}
}
set of data begin from 2022-10-31 and finished for 2022-11-06 (one weeks)
and
Steps to Reproduce
- run the graph with the options
Expected Behavior
there is graph with one column and x axis with name of weekdays abbreviation names begin from Monday
Mon Tue Wed Thu Fri Sat San
Actual Behavior
there is graph with one column and x axis with name of weekdays abbreviation names begin from Saturday
Sat Tue Wed Thu Fri Sat San
Screenshots
Reproduction Link
Marin0FF, RemiMatrod, CWill59 and Sobch
