chart.xkcd icon indicating copy to clipboard operation
chart.xkcd copied to clipboard

xkcd styled chart lib

Results 40 chart.xkcd issues
Sort by recently updated
recently updated
newest added

[](https://issuehunt.io/r/timqian/chart.xkcd/issues/22) Hello! Can I build a combined chart like a screenshot? https://tetis-capital.ru/upload/image/chart.png --- IssueHunt Summary ### Backers (Total: $50.00) - [ issuehunt](https://issuehunt.io/u/issuehunt) ($50.00) #### [Become a backer now!](https://issuehunt.io/r/timqian/chart.xkcd/issues/22) #### [Or...

:dollar: Funded on Issuehunt
new chart

ref: https://github.com/actions/npm

Hey! Great library. Would it be cool if I made a PR for some new charts at some point? e.g. - scatter plot - waffle plot - box plot

**Describe the bug** svg元素和他的父元素宽度是一致,设置`flex`或者`margin: 0 auto`都没办法水平居中; **Screenshot** **How to reproduce** ```html ``` ```javascript const svg = document.querySelector('.posts-chart .line-chart'); // chartXkcd.Line 创建一个折线图 const lineChart = new chartXkcd.Line(svg, { //图表的标题 title: '文章归档统计图',...

bug

Would be great if each data stream in XY plot can have separate controllable flag of `showLine` instead of a global option.

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [d3-color](https://github.com/d3/d3-color) to 3.1.0 and updates ancestor dependency [d3-scale](https://github.com/d3/d3-scale). These dependencies need to be updated together. Updates `d3-color` from 1.4.0 to 3.1.0 Release notes Sourced from d3-color's releases. v3.1.0 Add...

dependencies

I was instructed to open an issue here, after asking about this on this other github site: https://github.com/star-history/star-history/issues/396 This question is for user @timqian. [Repo-Analytics](https://github.com/repo-analytics/repo-analytics.github.io) was a very useful tool....

The stacked bar graph example does not work on 1.1.15 (latest) but works fine on 1.1.13. On 1.1.15 it throws an error `regeneratorruntime is not defined` while trying to render...

bug