Skip to content

Commit

Permalink
Dev environment - Updated VueUiSparkbar testing arena
Browse files Browse the repository at this point in the history
  • Loading branch information
graphieros committed Aug 29, 2024
1 parent d1545cc commit 11a690a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions TestingArena/ArenaVueUiSparkbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,19 @@ import convertArrayToObject from "./convertModel";
const dataset = ref([
{
name: "quality",
value: 61.953,
value: 200,
rounding: 2,
suffix: "%",
prefix: 'P'
prefix: 'P',
target: 1000,
},
{
name: "popularity",
value: 2.0412,
rounding: 2,
suffix: "%",
prefix: 'P'
prefix: 'P',
target: 2.3
},
{
name: "maintenance",
Expand Down

0 comments on commit 11a690a

Please sign in to comment.