Commit 0c82456
Fixed highlight null pointer exception
Moved the null pointer check to before that pointer was actually being used.
Fixes null pointer exception when removing a dataset from the chart after highlighting a data point on that dataset.1 parent bab50a7 commit 0c82456
1 file changed
Lines changed: 6 additions & 2 deletions
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
791 | 791 | | |
792 | 792 | | |
793 | 793 | | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
794 | 799 | | |
795 | 800 | | |
796 | | - | |
797 | | - | |
| 801 | + | |
798 | 802 | | |
799 | 803 | | |
800 | 804 | | |
| |||
0 commit comments