score:1
Accepted answer
I would like to thank @OwenM for his time and help. After some back and forth conversation with him at the Vue.Draggable repository page Issue 664 he pointed the way to right solution and solved some final issues we ended up facing.
I am publishing the link to a CodeSandbox that contains the final solution. Although there is some room for some package fixes, the solution solves my current problem and I can move on.
Thanks once again @OwenM, really appreciate it. Cheers
score:1
All I can think of is this:
- You use
forceFallback: true
and define a onStart event in Sortable - In that event, you use
Sortable.ghost
(the ghost element) and check if it has a canvas inside it - If it does not, then the graph is not there. If it does, you can check if it is empty by using one of the methods described here: How to check if a canvas is blank?
Source: stackoverflow.com
Related Query
- Floating clone does not show in chrome if dragged element contains a chartjs component
- chartjs plugin datalabels does not show value on charts
- Chartjs does not show annotations when x axis is of type time
- Chartjs does not show on pdf in yii2 despite showing in html view
- Angular ChartJs does not show Data for multiple Charts
- react-chartjs-2 with chartJs 3: Error "arc" is not a registered element
- show label in tooltip but not in x axis for chartjs line chart
- chartjs height does not follow parent container
- Chart looks only grey, does not show the color - Chartjs,discordjs
- Chartjs bar-chart does not render when values are equal
- Bar Chart of ChartJS does not Render
- Chartjs show labels but not ticks
- Chartjs not working with d3 from csv source
- Chartjs and ChartDataLabels does not work in mdb5 pro version 2
- ChartJS does not display when using local Chart.js file
- Adding object data to data structure of chart.js chart does not show any data
- Vue3 does not show line-chart
- ChartJS plot not showing as it should be when toggling a grouped legend element
- why the main and axis title does not show in chart.js
- Chartjs / ng2-charts line on hover does not work
- Chartjs does not render chart when set responsive option to true
- ChartJs Memory Leak | Garbage Collection does not clean Chart Object or Arrays after render
- Chartjs columns does not appear by value
- chartjs - show hide specific dataset with click on element outside graph
- Chartjs backgroundColor for line chart does not appear in Vue app
- Python list does not work in django with ChartJS
- Chartjs v2.8 showAllTooltips does not exist
- Bar chart (chart.js) with only 2 points does not show one of the bars
- ChartNew does not show item legend
- ChartJs does not render chart when binding canvas id in Angular
More Query from same tag
- Show values on top of bars in chart.js
- multiple chartjs charts with the same configuration but different data
- Pass function elements to render in js
- ChartJS: datalabels: show percentage value in Pie piece
- Multiples values in yAxes with same xAxes
- How to implement chart.js in Angular2
- Horizontally align Chart.js y axes
- How to display the more then one value inside tooltip in bar chart.js?
- ChartJS autoskip:False not working on line chart
- Chart js with problems when using too many series
- Moving the zerolines in ChartJS scatter chart
- Sort one array and keep other two arrays in sync
- Chartjs real time graph x axis movement
- Chart.js : Multiple colors for tooltipFontColor
- How to hide some points inside my line graphic in React ChartJS 2?
- DiscordAPIError: Invalid Form Body embed.image.url: Scheme "[object response]" is not supported. Scheme must be one of ('http', 'https')
- 404 Not Found Error when trying to display a chart with Chart.js
- Chart.js not updating multiple charts independently
- How do we can use chart.js in angular JS?
- ng2-charts access base chart object
- JavaScript. Find the sum of a certain parameter in an array to produce a popup if that sum == 0
- Chart.js Polar Area Chart is not scale right
- laravel chartjs dates skipped
- Chart.js line graph not displaying when using formatted timestamp labels
- Multi label tool-tip in Chart.js
- Chartjs labels position
- Binding Chart to Canvas height width
- Long text in x-axis is cut in bar graphs ng2-charts
- Chartjs - Shift line plot to the right?
- Thousand separator in pie chart of charts.js