Witt Sparks
Witt Sparks
I'm wrapping my ckeditor component in a another vue component which is a modal dialog. I ended out getting around this issue by having the ckeditor component emit an event...
Hi @dangvanthanh , Here's the component where I'm using the ckeditor: ``` Done send Cancel export default { props: ['id', 'content'], mounted() { $('.modal').modal({ dismissible:false, }); }, data() { return...
I found a workaround for this. If you set the x axis label font size to 10px and the chart width to 500, the grid lines will appear, at least...