mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-19 05:40:44 +00:00
SPRINT-19: upped core frontend version, updates to pie charts and stacked charts
This commit is contained in:
@ -28,6 +28,7 @@ export const chartColors = ["info", "warning", "primary", "success", "error", "s
|
||||
export interface DefaultChartData
|
||||
{
|
||||
labels: string[];
|
||||
urls?: string[];
|
||||
datasets: [
|
||||
{
|
||||
label: string;
|
||||
|
Reference in New Issue
Block a user