reedware / nova-partition-metric-style-fix
Fixes the legend for parition metrics when more than 5 values appear.
v1.0.0
2020-09-12 13:48 UTC
Requires
- php: >=7.1.0
- illuminate/support: >=5.6
This package is auto-updated.
Last update: 2024-10-12 22:30:31 UTC
README
Fixes the legend for parition metrics when more than 5 values appear.
--
In short, this package will turn this:
Into this:
Any results after the first 10 won't appear in the legend, but they will appear in the partition. Personally, I found that including more than 10 results caused too much noise to be useful, but only being able to cleanly show up to 5 results definitely wasn't enough.
Installation (Using Composer)
composer require reedware/nova-partition-metric-style-fix