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

Commit

Permalink
Merge pull request #168 from familytree365/Adil-dev
Browse files Browse the repository at this point in the history
fix: yarn build
  • Loading branch information
curtisdelicata authored Nov 24, 2021
2 parents a77bd35 + 64f8967 commit ef3f02f
Show file tree
Hide file tree
Showing 4 changed files with 643 additions and 610 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 === 1) {
if (f.length !== 2) {
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.

2 changes: 1 addition & 1 deletion pages/fanchart/show.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
</router>
<script>
import { FanChart } from "/assets/js/modules/fan-chart/index";
import { FanChart } from "/assets/js/fan-chart/modules/index";
export default {
layout: "auth",
meta: {
Expand Down
Loading

0 comments on commit ef3f02f

Please sign in to comment.