frappe / insights

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

fix: make labels of chart to be ellipsis when too long #268

Open hieuNV0871 opened 3 weeks ago

hieuNV0871 commented 3 weeks ago

make xAxis and yAxis labels of chart option (if value are not number type) will be cut to ... by use available function: ellipsis() in @/utils before: image

after: image

feature expect: This is not an important part, so I just set it hard. If I have time, I hope I can add a setting: allow truncate to be turned on or off in the settings page and you can choose the number of characters to truncate.