TMTron

Results 42 comments of TMTron

our use-case is almost like the [Confidence Band example](https://ecomfe.github.io/echarts-examples/public/editor.html?c=confidence-band), but: - but for the line-series, we need the time axis - for the confidence band we could use a category...

> In fact, we've been considering whether support `stack` on `'time'` or event `'value'` axis, since it is a bit complicated than supporting it on `'category'` axis. @100pah: will it...

> There is already an option to do this with ignore regex `"import/no-relative-parent-imports": [ "error", { ignore: [".*/shared/.*"], }, ],` Thanks for that comment. I didn't know that **ignore** can...

It seems that material icons is now part of google fonts: [comment-ref](https://github.com/google/material-design-icons/issues/1054#issuecomment-675099807) https://github.com/google/material-design-icons#using-a-font so maybe now the font can be added?

When you read this thread, then maybe this npm package is useful for you: https://www.npmjs.com/package/@material-design-icons/font It is always automatically updated and includes the woff2 files of the icon fonts.

It seems that this is the same idea as [ngrx component store](https://ngrx.io/guide/component-store) - maybe the link can help in the design process.

also [rx-angular](https://rx-angular.io/web/state/general/overview) could help

AFAIK the wiki has the disadvantage, that only the master-branch is visible: see this [SO-Answer](https://stackoverflow.com/a/28714467/6287240) An alternative is to just create multiple `.md` files and use relative links. Then the...