github chartbrew/chartbrew v1.4.0

latest releases: v3.5.0, v3.4.0, v3.3.0...
3 years ago

DB migration required

cd server/
npm run db:migrate

Filters Demo video

Changelog

  • New Introducing Dashboard Filters
    • These filters can deeply filter multiple charts on the same dashboard
    • Can filter on fields that are not used for display on the chart
    • Read-only - which means that the chart data is not updated in the database
    • The filters are saved individually for each project
    • The filters are saved in the browser's localStorage
  • ⚡ Sped up the Chart editor by saving the requests' fields schema in the database - no need to request new data all the time when editing
    • This requires an initial fetch of the data in the Charts created before this release
  • 🚸 The charts can now be edited when clicking on the title instead of the option just being hidden in the settings menu
  • 💄 The line charts are not curved anymore - aiming for a more professional view of these charts with straight lines

Don't miss a new chartbrew release

NewReleases is sending notifications on new releases.