canvas
Here are 4,169 public repositories matching this topic...
Documentation Is:
- Missing or needed
- Confusing
- Not Sure?
chartArea node has been changed into v3
The chartArea node of a chart adds width and height properties, comparing with version 2.9.3.
Add into doc for migration 3
At the moment this change is not documented into migration 3 doc
I was having trouble with getBounds during a render pass onto a render-texture; I traced it to this part in Renderer:
if (!skipUpdateTransform)
{
// update the scene graph
const cacheParent = displayObject.parent;
displayObject.parent = this._tempDisplayObjectParent;
displayObject.updateTransform();
dTypo in README.md
In the README.md there is a typo in the first paragraph of the "What's New" section where right after JSDocs it writes "TypeScripy" instead of "TypeScript".
Please complement the documentation for importing/requiring roughjs.
the location and names of the bundled resources have changed.
But I didn't find any mention of the correct way to do it in the documentation. People used to node_modules will probably check out that folder and find the correct import, others could be quite lost.
I think it's unexpected. I have to use Detector.canCollide on my own when I want to use Query.collides. I think it should be changed or at least mention in documentation.
- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
根据v3更新文档 https://www.yuque.com/antv/g2-docs/tutorial-g2-v3-changes ,等高线的旧 API chart.contour() 已经废弃并被 chart.polygon() 替代了,但是新版本的 Demo 中并没有给出相关的例子
What does the proposed API look like?
在 Demo 中给出等高线相关的例子
cc. @maartenbreddels
We are working on a Python -> Vega-expression transpilation package: https://github.com/QuantStack/py2vega
We provide mocking Python functions for all vega functions. In order to easily keep them up to date with vega it would be super useful to have spec files (JSON files?) for those functio
Documentation
Currently, ESLint is set to ignore unused variables. If warnings for unused variables are enabled (by changing the line to "no-unused-vars": "warn"), ESLint finds 76 places where unused variables are created.
If these variables are part of previously-existing functionality that has been obsol
Network component seem to be poorly documented on how to use with Layers, as well as interactivity. My immediate desire is to be able to show some information about a node on hover (or always), such as a label. I can't seem to find anything about this anywhere, and it seems to be a very common use case for this type of data visualization. There isn't much to learn from an unlabeled graph.
Ideal
Use case: description, code
A few images on our 4-map display pages don't exist for a time period when selected from a dropdown, but others do:
The console log reports the inability to get the image but doesn't affect the page's functionality.
And in many cases, our users st
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
Line 39 of https://github.com/szimek/signature_pad/blob/master/docs/js/app.js is currently
window.onresize = resizeCanvas;
Should that be?
window.onresize = resizeCanvas();
If the valueField parameter is not set in the config, the documentation specifies that valueField parameter should fall back to 'value'. However, the values are at some point through the plugin. I have created a fix so will make a pull request shortly.
This is a feature request for text ... I'd like to be able to write text with only an outer stroke (no inner stroke).
The main issue with the current fillStroke function is that the stroke gets added to the inside of the font, which makes the font skinnier and hard to read at small sizes.
Here is an example of what Konva does (top text is no stroke, bottom is with a stroke)


The deprecated
decodeDracoFilemethod should be removed and replaced with aparsemethod similar to other loaders. CurrentlydecodeDracoFiledoes not propagate errors, and should do so. So probably a signature like: