Ujwal Setlur
Ujwal Setlur
@jonathanheilmann, your solution is similar to @helios1138 original workaround. However, the ```connect()``` API for the subscription client is marked private and ideally should not be used. I tried doing a...
Thanks you. I was about to embark on making the changes and issuing a pull request, but if you are already doing it, that's great! Any ETA for this? Thanks!...
In the meantime, can I make an invisible line, ie line color and shading the same as the background?
OK, I will hack at it. Just curious, why isn't it as simple as just drawing the x-axis and y-axis, and not drawing any data at all?
OK, I achieved what I needed by doing an "invisible" line by setting: ``` showAreas: false, strokeWidth: 0 ```
Thanks for the detailed explanations. Yes, I had actually tried all those experiments :). I agree we should keep this open until we find an empty data set solution. This...
@davidfrtala awesome! We were about to embark on our own generator. Will your library work with moleculer 0.14?
We also did something similar: [moleculer-service-ts](https://github.com/bytetechnology/moleculer-service-ts). There is no generator, but defining types for service actions and events is very simple.
@icebob i have been evaluating moleculer for about a month now. Have not taken into production yet. It matches my initial architectural design almost to a tee. Excellent excellent work....
Did this get merged? Status still shows open...