Bruno Bonnin
Bruno Bonnin
Could you provide more details about the error (code example, stack trace, ...). Thanks !
Hi, Can you provide more details about your context ? The folder `examples` contains charts with the `resize` field is set to true and there is no problem. Thanks!
Hi, Could you provide some examples of your code, please?
For the component, I think you should try something like this: ``` import { DonutChart } from 'vue-morris' export default { data() { return { donutData: [ { label: 'Red',...
Are you using webpack ? You can check my config https://github.com/bbonnin/vue-morris-example/blob/master/webpack.config.js
Hi, I have written a short article about that integration: https://medium.com/@brunobonnin/building-a-simple-app-with-nuxt-and-morris-js-for-displaying-chart-b6b33b14ffff Maybe it could help you. Let me know.
Hi, You're right that the function workers can run in dedicated nodes, but it's the role of the proxy to route the requests, isn't it ? Of course, if you...
In this page https://pulsar.apache.org/docs/fr/functions-worker/, there is a description of the proxy configuration that route the requests (broker and function worker), does it not fulfill the need ?
Mmmh, are you sure ? because the last diagram in this page shows that with the proxy you will have a single endpoint for the admin URL. And in the...
I have tested a config with a proxy, a broker and a worker node: the proxy route the requests, BUT, for now, only the old API requests are routed (i.e....