Skip to content

Commit

Permalink
[#1268] Chart > Brush 기능
Browse files Browse the repository at this point in the history
######################################
 - JSDocs 추가
  • Loading branch information
Mun94 committed Sep 21, 2022
1 parent eb8d919 commit 2c6e80e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/views/brushChart/example/Default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default {
};
onMounted(() => {
for (let ix = 0; ix < Math.ceil(Math.random() * 10000); ix++) {
for (let ix = 0; ix < Math.ceil(Math.random() * 1000); ix++) {
addRandomChartData();
}
});
Expand All @@ -128,7 +128,7 @@ export default {
init(chartData);
for (let ix = 0; ix < Math.ceil(Math.random() * 10000); ix++) {
for (let ix = 0; ix < Math.ceil(Math.random() * 1000); ix++) {
addRandomChartData();
}
};
Expand Down

0 comments on commit 2c6e80e

Please sign in to comment.