Skip to content

Commit

Permalink
fix: delete bubble type
Browse files Browse the repository at this point in the history
  • Loading branch information
SeptiawanAjiP committed Sep 21, 2023
1 parent 6225185 commit 9d752fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion chartjs/src/main/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
data: JSON.parse(Android.getData()),
borderWidth: 1,
},
],
]
},
options: {
responsive: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class ChartType {
val PIE = "pie"
val DOUGHNUT = "doughnut"
val POLAR_AREA = "polarArea"
val BUBBLE = "radar"
val RADAR = "radar"
}
}

0 comments on commit 9d752fc

Please sign in to comment.