How to use Additional Chart Types from Highcharts

Hi @Erik_Ponnert

  • , I polled the internal team on this and here's what I got:

    In v1

    You can accomplish this via a custom component

You could also linking out to a newer version of the HighCharts library (newer than the Skuid version) and call it using JS and a before render snippet, e.g. params.chart.type = ‘waterfall’; (Higcharts API documentation

  • is pretty robust)

For gant charts specifically, https://frappe.io/gantt

  • is pretty cool

For v2 custom components… stay tuned

1 Like