Skip to main content
Module

x/fresh_charts/core.ts

A server-side-rendered charting library for Fresh
Go to Latest
import * as freshCharts from "https://deno.land/x/fresh_charts@0.2.1/core.ts";

Variables

Underlying ChartJS defaults which can be modified.

Underlying ChartJS plugins.

Functions

Render a chart, returning a SVG string representation of the chart.

Interfaces

The configuration options that are settable when rendering a chart.

Type Aliases

The set of chart options that are supported. Unsupported or fixed values are omitted from the underlying ChartJs.ChartOptions.