The issue is likely due to incorrect access of chart metadata within plugin hooks; specifically, accessing getDatasetMeta
or chart
directly. A proper approach involves accessing dataset metadata via dataset._meta
to ensure compatibility with Chart.js
Hi @soyaltanwar,
Due to compute restrictions, the Community (free) tier does not support all properties on the Chart
or chart
objects. Subscribers have unrestricted access to these objects.