Skip to content
#

canvas

Here are 4,379 public repositories matching this topic...

three.js
vega
roying
roying commented Dec 19, 2019

The new (v5.8) Vega heatmap and isocontour transform requires "raster grids (matrices)"
input data format as seen in these Vega example data files:

 https://github.com/vega/vega/blob/master/docs/data/volcano.json
 https://github.com/vega/vega/blob/master/docs/data/annual-precip.json

It would be helpful to add explanation of this data format in the documentation:

  https://v
Whispres
Whispres commented Apr 27, 2018

I was wondering if there is a comprehensive installation guide for people new to using code on GitHub. If not, could you walk me through the installation process step-by-step? I am practicing my technical writing skills by editing Readme documents and wanted to write a longer, more detailed Readme for Piskel. I would be happy to contribute my edits to the master project if you like them. I'm sure

hijiangtao
hijiangtao commented Jan 22, 2017

I found the installation guidance of heatmap.js in different context, it's very useful because I am currently using Node.js as my developing back-end context, but the usage in how to include them into these kinds of context is rare. Because CommonJS/Node.js need to load variable from package, and heatmap.js' plugin has specific instance creation approach, I think it's good to include these content

bzbarsky
bzbarsky commented Feb 10, 2020

Some people seem to read https://html.spec.whatwg.org/multipage/forms.html#dom-form-nameditem as implying that a new nodelist should be returned each time when there are multiple matching elements. That's not the intent, I assume, and it might be worth clarifying the spec to make it clear.

All browsers I tested (Firefox, Chrome, Safari) return the same nodelist on multiple accesses.

Improve this page

Add a description, image, and links to the canvas topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the canvas topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.