BPT

Chart Color Generator

BptChartColorGenerator

Build, edit and export color palettes consumed by every BPT chart. The exported JSON conforms to the bpt-chart-palette/v1 schema and can be fed back into any chart via the Palette parameter.

Chart Color Generator Parameters
Current Configuration
📋
<BptChartColorGenerator InitialPalette="BptChartPalette.Default" OnPaletteChanged="OnPaletteChanged" />

@code {
private void OnPaletteChanged(BptChartPalette palette) {
    var json = palette.ToJson();
    // Persist or feed to other charts...
}
}
An unhandled error has occurred. Reload 🗙

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please reload the page.