cmark1302

Results 13 comments of cmark1302

@ojkelly It started to partially work after adding `--relative` as an argument to git diff. However, **building dependencies is still an issue** https://github.com/ojkelly/yarn.build/blob/main/packages/plugins/shared/src/changes.ts#L14 https://github.com/ojkelly/yarn.build/blob/main/packages/plugins/shared/src/changes.ts#L17 ``` if (options.commit) { cmd =...

Have you tried specify this on each package.json ? ``` "yarn.build": { "input": "src", "output": "dist" }, ```

@Bodrosh I am also facing the same issue. Can you please upload an example on codesandbox with react-chartjs ?

@geriatricdan Thank you so much :) I was stuck with this and you saved my time. Any idea why reset zoom button was placed below instead of on top of...

@erkanisuf Does zoom works ? graph not showing up after zoom. it goes away

@savejeff It looks zoom doesn't work with above attached file.

No errors on console. but when i zoom, line chart vanished. After reset zoom click, i can see the line chart. I am using latest version of charts.js react-chart-2.js