Skip to content

Commit

Permalink
fix: replace symbol for encode issue && fxied #103
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 13, 2020
1 parent d53cc94 commit 38526ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class LedgeRadarComponent implements OnInit, AfterViewInit {
max: 5,
});
const values = nameValuesSplit[1];
const valuesSplit = values.split(' -> ');
const valuesSplit = values.split(' -> ');
// tslint:disable-next-line:prefer-for-of
for (let j = 0; j < legend.length; j++) {
if (!seriesData[j]) {
Expand Down

0 comments on commit 38526ad

Please sign in to comment.