File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,10 @@ module.exports = {
1616 } ,
1717 plugins : {
1818 annotation : {
19- drawTime ( ) {
20- return 'afterDatasetsDraw' ;
19+ common : {
20+ drawTime ( ) {
21+ return 'afterDatasetsDraw' ;
22+ }
2123 } ,
2224 annotations : {
2325 auto1 : {
Original file line number Diff line number Diff line change @@ -16,8 +16,10 @@ module.exports = {
1616 } ,
1717 plugins : {
1818 annotation : {
19- drawTime ( ) {
20- return 'afterDatasetsDraw' ;
19+ common : {
20+ drawTime ( ) {
21+ return 'afterDatasetsDraw' ;
22+ }
2123 } ,
2224 annotations : {
2325 auto1 : {
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ module.exports = {
1818 plugins : {
1919 legend : false ,
2020 annotation : {
21- drawTime : 'afterDraw' ,
21+ common : {
22+ drawTime : 'afterDraw'
23+ } ,
2224 annotations : {
2325 octagon : {
2426 type : 'polygon' ,
You can’t perform that action at this time.
0 commit comments