Skip to content

Commit 79e70d3

Browse files
authored
add string y-axis examples (#208)
1 parent 734d96c commit 79e70d3

File tree

6 files changed

+969
-3
lines changed

6 files changed

+969
-3
lines changed

apps/plotly_examples/src/components/DeclarativeChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ type DataType =
5252
| 'advanced_scenarios';
5353

5454
const dataTypeRanges = {
55-
'general': [{ min: 1, max: 252 }, {min: 750, max: 758 }],
55+
'general': [{ min: 1, max: 252 }, {min: 750, max: 758 }, {min: 840, max: 842 }],
5656
'largeData': [{ min: 253, max: 277 }, { min: 303, max: 332 }, { min: 759, max: 759 }, {min: 767, max: 767}],
5757
'localization': [{ min: 278, max: 302 }],
5858
'seval': [{ min: 333, max: 376 }],

apps/plotly_examples/src/components/aggregated_chart_types.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,5 +837,8 @@
837837
"836": "Sankey",
838838
"837": "Scatter",
839839
"838": "Line",
840-
"839": "Scatter"
840+
"839": "Scatter",
841+
"840": "Line",
842+
"841": "VerticalStackedBar",
843+
"842": "VerticalStackedBar"
841844
}

0 commit comments

Comments
 (0)