You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only one stat is saved as best stat per now. If there are more than one stat that has equal values and are considered to be the best stat, then highlight them.
Example: Speed has the same value as Spc. Def. In this example both should be highlighted with bold style
File: src\components\pokemon\PokemonBaseStats.vue
The text was updated successfully, but these errors were encountered:
Design update with chart.js. Currently all text is set to be bold style.
This is still relevant as only the highest stat(s) should be in bold style, if it is possible with the option of chart.js
Only one stat is saved as best stat per now. If there are more than one stat that has equal values and are considered to be the best stat, then highlight them.
Example:
Speed
has the same value asSpc. Def.
In this example both should be highlighted with bold styleFile:
src\components\pokemon\PokemonBaseStats.vue
The text was updated successfully, but these errors were encountered: