Skip to main content
Module

x/fresh_charts/utils.ts>ChartColors

A server-side-rendered charting library for Fresh
Go to Latest
enum ChartColors
import { ChartColors } from "https://deno.land/x/fresh_charts@0.2.1/utils.ts";

A set of CSS RGB colors which can be used with charts.

Members

Blue = "rgb(54, 162, 235)"
Green = "rgb(75, 192, 192)"
Grey = "rgb(201, 203, 207)"
Orange = "rgb(255, 159, 64)"
Purple = "rgb(153, 102, 255)"
Red = "rgb(255, 99, 132)"
Yellow = "rgb(255, 205, 86)"