@@ -233,16 +233,16 @@ export default SpeedoMeterVariant;
233233| radius | 100 | number | Size of component | ✅ | ✅ |
234234| ** min\* ** | 0 | number | Minimum value | ✅ | ✅ |
235235| ** max\* ** | 100 | number | Maximum value | ✅ | ✅ |
236- | step | 1 | number | Step value for component | ✅ | ✅ |
236+ | step | 1 | number | Step value for component | ✅ | ❌ |
237237| markerValue | - | number | Show marker on specific number | ✅ | ✅ |
238238| ** value\* ** | 0 | numbe | Show selection upto this value | ✅ | ✅ |
239- | title | - | string | Title for component | ✅ | ✅ |
239+ | title | - | string | Title for component | ✅ | ❌ |
240240| subTitle | Goal | string | Subtitle for component | ✅ | ❌ |
241241| unit | RadilaSlider: 'kCal', SpeedoMeter: 'MB/S' | string | Unit for component | ✅ | ✅ |
242- | thumbRadius | 18 | number | Thumb for component | ✅ | ✅ |
243- | thumbColor | #008ABC | string | Color for thumb | ✅ | ✅ |
244- | thumbBorderWidth | 5 | number | Width for thumb | ✅ | ✅ |
245- | thumbBorderColor | #FFFFFF | string | Border Color for thumb | ✅ | ✅ |
242+ | thumbRadius | 18 | number | Radius for thumb | ✅ | ❌ |
243+ | thumbColor | #008ABC | string | Color for thumb | ✅ | ❌ |
244+ | thumbBorderWidth | 5 | number | Width for thumb | ✅ | ❌ |
245+ | thumbBorderColor | #FFFFFF | string | Border Color for thumb | ✅ | ❌ |
246246| markerLineSize | 50 | number | Size of marker line | ✅ | ✅ |
247247| sliderWidth | 18 | number | Width of slider | ✅ | ✅ |
248248| sliderTrackColor | #E5E5E5 | string | Color of unselected slider track | ✅ | ✅ |
@@ -251,23 +251,23 @@ export default SpeedoMeterVariant;
251251| linearGradient | [ { stop: '0%', color:'#ffaca6' }, { stop: '100%', color: '#EA4800' }] | object | Gradient color of selected track | ✅ | ✅ |
252252| ** onChange\* ** | - | function | Callback function which fired on change in track | ✅ | ✅ |
253253| onComplete | - | function | Callback function which defines what to do after completion | ✅ | ✅ |
254- | centerContentStyle | {} | object | Center content style | ✅ | ✅ |
255- | titleStyle | {} | object | Status title container style | ✅ | ✅ |
256- | subTitleStyle | {} | object | Status subtitle text style | ✅ | ✅ |
254+ | centerContentStyle | {} | object | Center content style | ✅ | ❌ |
255+ | titleStyle | {} | object | Status title container style | ✅ | ❌ |
256+ | subTitleStyle | {} | object | Status subtitle text style | ✅ | ❌ |
257257| valueStyle | {} | object | Center value style | ✅ | ✅ |
258- | buttonContainerStyle | {} | object | Button container style | ✅ | ✅ |
259- | leftIconStyle | {} | object | Left Icon style | ✅ | ✅ |
260- | rightIconStyle | {} | object | Right Icon style | ✅ | ✅ |
258+ | buttonContainerStyle | {} | object | Button container style | ✅ | ❌ |
259+ | leftIconStyle | {} | object | Left Icon style | ✅ | ❌ |
260+ | rightIconStyle | {} | object | Right Icon style | ✅ | ❌ |
261261| contentStyle | {} | object | Whole content style | ✅ | ✅ |
262262| unitStyle | {} | object | Unit text style | ✅ | ✅ |
263263| style | {} | object | Inner container style | ✅ | ✅ |
264- | openingRadian | RadialSlider: Math.PI / 3 , SpeedoMeter:0.01 | number | Radian of component | ✅ | ✅ |
264+ | openingRadian | RadialSlider: Math.PI / 3 , SpeedoMeter:0.057 | number | Radian of component | ✅ | ✅ |
265265| disabled | false | boolean | If true, buttons will be in disabled state | ✅ | ❌ |
266266| isHideSlider | false | boolean | If true, slider will be hidden | ✅ | ✅ |
267267| isHideCenterContent | false | boolean | If true, center content will be hidden | ✅ | ✅ |
268268| isHideTitle | false | boolean | If true, title will be hidden | ✅ | ❌ |
269269| isHideSubtitle | false | boolean | If true, subtitle will be hidden | ✅ | ❌ |
270- | isHideValue | false | boolean | If true, value will be hidden | ✅ | ❌ |
270+ | isHideValue | false | boolean | If true, value will be hidden | ✅ | ✅ |
271271| isHideTailText | false | boolean | If true, tail text will be hidden | ✅ | ✅ |
272272| isHideButtons | false | boolean | If true, buttons will be hidden | ✅ | ❌ |
273273| isHideLines | false | boolean | If true,slider lines will be hidden | ✅ | ✅ |
@@ -283,11 +283,11 @@ export default SpeedoMeterVariant;
283283| markerPositionX | 20 | number | Marker position for right and left | ❌ | ✅ |
284284| needleBackgroundColor | #A020F0 | string | Background color for needle | ❌ | ✅ |
285285| needleColor | #175BAD | string | Color for needle | ❌ | ✅ |
286- | needleBorderWidth | 1.5 | number | Width of needle | ❌ | ✅ |
287- | needleHeight | 30 | number | Width of needle | ❌ | ✅ |
286+ | needleBorderWidth | 1.5 | number | Width of needle border | ❌ | ✅ |
287+ | needleHeight | 30 | number | Height of needle | ❌ | ✅ |
288288| markerValueInterval | 10 | number | Show number of value in sequence | ❌ | ✅ |
289289| markerValueColor | #333333 | string | Color for marker value | ❌ | ✅ |
290- | strokeLinecap | butt | string | Different types of strokeline like butt , square ,round | ❌ | ✅ |
290+ | strokeLinecap | butt | string | Line terminations, can be butt, line, or square | ❌ | ✅ |
291291
292292---
293293
0 commit comments