Mikhail Panichev
Mikhail Panichev
https://www.npmjs.com/package/d3-cloud
@dudin-github у меня похожее странное поведение, в первый запуск контейнеров все отлично, но после перезапуска докера апач не стартует. Наверное где-то проблема в скрипе запуска, но я не стал разбираться,...
> a website to convert csv data to chart and support > download svg Those could be solved by [Observalbe](https://observablehq.com). [edit]: I'v already made a [minimal prototype](https://observablehq.com/@denisinvader/xkcd-bar-chart-generator) for bar chart...
@timqian I think dynamic charts should be implemented by the `update` method in every chart and user could write something like this: ```js const theChart = new chartXkcd.Bar(svg, { //...
What about [stacked and clustered bar charts](https://uber.github.io/react-vis/website/dist/storybook/index.html?knob-X%20Axis=true&knob-Y%20Axis=true&knob-vertical%20gridlines=true&knob-horizontal%20gridlines=true&knob-BarSeries.1.cluster=stack%201&knob-BarSeries.2.cluster=stack%201&knob-BarSeries.3.cluster=stack%201&selectedKind=Series%2FVerticalBarSeries%2FBase&selectedStory=multiple%20VerticalBarSeries%20-%20stacked&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybooks%2Fstorybook-addon-knobs)?
same issue, like every magic feature's enabled tried to reflash had no effect Edit: [fix helped](https://www.reddit.com/r/olkb/comments/d35aqo/help_with_plaid_thk_sending_seemingly_random/)
Using `Promise.resolve().then(popper.forceUpdate)` instead of `popper.forceUpdate()` solves the issue as mentioned in [salute-developers/plasma PR](https://github.com/salute-developers/plasma/pull/554/files#diff-72bbe715891be7d291792c0d7d729fe3e2cb9490e961d38b49cdc9346f622e3aR167)
> I was having difficulty entering the bootloader and i'd like to note the docs are wrong. the correct procedure is: > Enter bootloader mode > > ``` > Push...
It would be nice to exclude files based on `.gitignore` file as well. Maybe by using one more option
Maybe make all blocks (white areas) expandable by clicking on its title (which always visible)?