UNPKG

@hisptz/react-ui

Version:

A collection of reusable complex DHIS2 react ui components.

15 lines 246 B
export const defaultLegendSet = { legends: [{ startValue: 0, endValue: 33, color: "#ff0000" }, { startValue: 33, endValue: 66, color: "#ffff27" }, { startValue: 66, endValue: 100, color: "#00ff00" }] };