Kendo-angular: The 'color' property should be a string type in the Range interface used in Gauges

Created on 15 Apr 2020  路  3Comments  路  Source: telerik/kendo-angular

Describe the bug
The documentation says that color property accepts valid CSS color strings, however, the actual type of the property is number:
image

Expected behavior
The color property should be string type instead of number in the Range interface used in Gauges.
Also, the type should be fixed in the documentation.

Bug Team1 likely gauges medium

All 3 comments

Here is an example where the color property throws an error when a string is passed:
https://stackblitz.com/edit/angular-8xj57v?file=app/app.component.ts

Fix available in latest dev version.

Released in v3.0.3.

Was this page helpful?
0 / 5 - 0 ratings