Closed wpbrown closed 4 years ago
Fixed the table to hold Decimal values. Now there is no need to modify the values before charting.
Fixed the table to hold Decimal values. Now there is no need to modify the values before charting.
Displaying tables with decimal values is broken in post20: Object of type Decimal is not JSON serializable
.
Decimal values in Kusto are returned as strings. Arithmetic operations on during charting, e.g. building the series for a stacked area chart, throw an exception because they can't operate on strings.