chartjs / chartjs-chart-financial

Chart.js module for charting financial securities
MIT License
742 stars 199 forks source link

add metaExtensions type #113

Closed DaveSkender closed 2 years ago

DaveSkender commented 2 years ago

Description

Adds the recently needed metaExtensions type to ChartTypeRegistry, using the same convention in the base chart.js chart types. See related issue.

Fixes #112

el commented 2 years ago

Ping @benmccann

benmccann commented 2 years ago

@santam85 has taken over maintaining this repo

DaveSkender commented 2 years ago

@santam85 This is the only thing blocking my ability to use this extension in my Angular site. It blows up my build. A quick patch version, please?

DaveSkender commented 2 years ago

Thanks Marco, it works! https://stock-charts.azurewebsites.net/ Happy to now be able to use candlesticks!