[READ-ONLY] Mirror of https://github.com/graphieros/tiny-spark. An elegant, reactive and responsive sparkline chart solution without dependency. tiny-spark.graphieros.com/
chart sparkline universal
0

Configure Feed

Select the types of activity you want to include in your feed.

Add missing data attribute

+4 -2
+4 -2
types/index.ts
··· 49 49 HIDE_PLOTS_ABOVE = 'hidePlotsAbove', 50 50 SHOW_LAST_VALUE = 'showLastValue', 51 51 LAST_VALUE_FONT_SIZE = 'lastValueFontSize', 52 - LAST_VALUE_COLOR = 'lastValueColor' 52 + LAST_VALUE_COLOR = 'lastValueColor', 53 + TYPE = 'type' 53 54 } 54 55 55 56 export enum ELEMENT_DATASET { ··· 71 72 HIDE_PLOTS_ABOVE = 'data-hide-plots-above', 72 73 SHOW_LAST_VALUE = 'data-show-last-value', 73 74 LAST_VALUE_FONT_SIZE = 'data-last-value-font-size', 74 - LAST_VALUE_COLOR = 'data-last-value-color' 75 + LAST_VALUE_COLOR = 'data-last-value-color', 76 + TYPE = 'data-type' 75 77 }