frappe / insights

Open source analytics / business intelligence tool (BI)
https://frappe.io/insights
GNU Affero General Public License v3.0
406 stars 199 forks source link

feat: add support for clipping y-axis with `yAxis.min` and `yAxis.max` #286

Closed adityahase closed 1 month ago

adityahase commented 1 month ago

I didn't add any way to set this in the UI.

I intend to set this to 'dataMin' and 'dataMax' directly InsightsChart.options field

I need prettier charts. Please!

References:

adityahase commented 1 month ago

Also, can this be merged to https://github.com/frappe/insights/tree/query-builder-v4? Need it on insights.frappe.io for uptime charts.

adityahase commented 1 month ago

Applied as a patch on insights.frappe.io https://frappecloud.com/dashboard/benches/bench-1816/patches

nextchamp-saqib commented 1 month ago

Will add UI for this later