Timothy M. Shead
Timothy M. Shead
Gang: I'm working with the extended chat example (works great out of the box), and trying to send a message from the server to the client when the web socket...
Currently, every text element in a drawing duplicates its CSS state, now that we have taken over all text layout, but this is wasteful. We need to cut down on...
This would facilitate several things: - Showing the domain without using the axis spine. - Showing separate domains when there are multiple series. - Showing arbitrary ranges of interest, such...
Currently, table axes map the entire table (with top / left / bottom / right) sections into the range specified by the canvas. It might be better if only the...
If a mark doesn't export data (i.e. it's an annotation), it shouldn't prevent selection and export of a mark below it in Z order.
It's hard to hit the line. We should probably be highlighting / selecting whatever is closest to the cursor.
- Create a number line - Set the domain to "0" and "8". - The default Extended tick locator generates four ticks at 0, 2.5, 5, and 7.5, which is...
Something about the reveal.js slides makes the context menu open off to the lower right of the pointer (sometimes off screen), and there doesn't seem to be any way to...
This will make it easier to see the selected point that corresponds with axis coordinates. Cartesian axes can use a crosshair, Numberline axes can use a vertical line, and will...
Actually, more like polygons or squishy blobs that are the convex hull of a collection of points. This would facilitate analyzing clusters, both in graphs and scatterplots. - [ ]...