Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Vue & Nuxt Version Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjay Goswami committed Jan 28, 2022
1 parent 43787b6 commit 3d80956
Show file tree
Hide file tree
Showing 3 changed files with 560 additions and 594 deletions.
2 changes: 1 addition & 1 deletion assets/js/fan-chart/fan-chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -2790,7 +2790,7 @@
let compare1 = f;
let compare2 = f;

if (f.length !== 2) {
if (f.length === 1) {
delta = (d, x) => f(d) - x;
compare1 = ascending;
compare2 = (d, x) => ascending(f(d), x);
Expand Down
2 changes: 1 addition & 1 deletion assets/js/fan-chart/fan-chart.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 3d80956

Please sign in to comment.