You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
? 'Charts are custom-built without defined design specifications! They use the Fiori color palette, but functionality and especially accessibility may not meet standard app requirements.'
134
+
: 'This component either only partially follows design specifications or lacks them entirely. Please refer to the component description for details.'}
* A `BarChart` is a data visualization where each category is represented by a rectangle, with the width of the rectangle being proportional to the values being plotted.
129
+
*
130
+
* __Note:__ Charts are custom-built __without__ defined design specifications! They use the Fiori color palette, but functionality and especially accessibility may not meet standard app requirements.
* The `BulletChart` is used to compare primary and secondary (comparison) values. The primary and additional values
126
126
* are rendered as a stacked Bar Chart while the comparison value is displayed as a line above.
127
+
*
128
+
* __Note:__ Charts are custom-built __without__ defined design specifications! They use the Fiori color palette, but functionality and especially accessibility may not meet standard app requirements.
Copy file name to clipboardExpand all lines: packages/charts/src/components/ColumnChart/ColumnChart.tsx
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,8 @@ const valueAccessor =
124
124
125
125
/**
126
126
* A `ColumnChart` is a data visualization where each category is represented by a rectangle, with the height of the rectangle being proportional to the values being plotted.
127
+
*
128
+
* __Note:__ Charts are custom-built __without__ defined design specifications! They use the Fiori color palette, but functionality and especially accessibility may not meet standard app requirements.
0 commit comments