Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.ComplexFillTarget

A server-side-rendered charting library for Fresh
Go to Latest
interface ChartJs.ComplexFillTarget
import { type ChartJs } from "https://deno.land/x/fresh_charts@0.2.1/deps.ts";
const { ComplexFillTarget } = ChartJs;

Properties

target: FillTarget

The accepted values are the same as the filling mode values, so you may use absolute and relative dataset indexes and/or boundaries.

above: Color

If no color is set, the default color will be the background color of the chart.

below: Color

Same as the above.