Richard Neill

Results 8 comments of Richard Neill

In the meanwhile, here is a function I use that provides this feature. I hope it's helpful: modeBarButtonsToAdd: [{ name: 'downloadCsv', title: 'Download data as csv', icon: Plotly.Icons.disk, click: function(){...

yes, that's right. I've just quoted the code as I used it. Essentially, csvData[] needs to be a 2D array of arrays, generated from your data as you use it,...

This will work, but there are a few possible gotchas if you are unlucky with quoted data, data that contains a quote itself, or data that is null. Once I've...

Could you please add an option to the tray icon for "show player"? Once clementine is minimised to the system-tray there is no way to get it "out again", except...

Agree, this would be great. If we can't have the full "hover" mechanism, what about enabling the HTML title attribute?

The problem is caused by the `card-img-overlay` setting a kind of transparent overlay above the entire card - which means you aren't actually clicking the button, but the overlay layer....

Hi and thanks. The problem in firefox is not that the "sticky column" doesn't work, rather it is that the borders within the sticky first column disappear. https://bugzilla.mozilla.org/show_bug.cgi?id=1658119 includes a...

I hope this helps. https://codepen.io/RichardNeill/pen/bGePxpO This test case works well enough that I use it on production, but it is very ugly in how it does so., What I would...