Skip to content
#

svg

Here are 3,710 public repositories matching this topic...

three.js
donmccurdy
donmccurdy commented Sep 27, 2019

The deprecated decodeDracoFile method should be removed and replaced with a parse method similar to other loaders. Currently decodeDracoFile does not propagate errors, and should do so. So probably a signature like:

dracoLoader.parse( arrayBuffer, /* options, maybe? */, onLoad, onError );
lrehmann
lrehmann commented Sep 26, 2018

SVGO is causing some alteration to the SVG leading to overlapping text for some files.
I've altered the precision as well as disabled all SVGO plugins, but the end result is the same:
Output:
screen shot 2018-09-26 at 3 55 31 pm
Input:
![screen shot 2018-09-26 at 3 55 36 pm](https://user-im

nikrowell
nikrowell commented Oct 23, 2019

I really enjoy using this library - lightweight and all charts look great - thanks for all your work!

I would love to see more code examples in addition to the text documentation. Sometimes just starting from an existing example and tweaking is easier than going through the individual chart options.

Looks like the charts in the docs are all rendered as Vue components, so perhaps it wouldn'

yohny
yohny commented Sep 21, 2019

I recently migrated an Angular 7 application (that was using chartist) to Angular 8. After migration the app no longer works with the following error in console:
Uncaught ReferenceError: global is not defined at chartist.js:1173
Screenshot from 2019-09-21 19-01-28

chartist version 0.11.

3
Raymo111
Raymo111 commented Feb 15, 2020

📋 Description

So much more info could be captured from AUR!

  • Popularity
  • Maintainer
  • Last Packager
  • Last Updater
  • Package base
  • Out-of-date or not
  • PKGBUILD Version

🔗 Data

Same wasy as existing AUR badges.

🎤 Motivation

I think it's cool. It's also informative. Let me know if you want help with this. I'd gladly implement all

vega
MaterialDesign
vx
ghost
ghost commented Jan 23, 2018

Hi,

While the demos on the website work. There is too little documentation on the library.

For instance you show the following code:
var d = Diagram.parse("A->B: Does something");
How do I:

  • add multiple statements?
  • bind to a specific id or class element?
  • what are the options and allowed fvalues that can be passed as arguments?

In other words, using the library should be eas

raw
Open

Docs

3
sosensible
sosensible commented Jan 24, 2017

I would appreciate if you could point me to a full list of the features, types and functions of flowchart.js somewhere. I love what it does, but wonder if I fork this and try to enhance it if that my ideas might already be included.

(Thinking would love some actions other than hyperlinks. Would love to be able to call on page JS methods for things like popups and such.)

rektdeckard
rektdeckard commented Jan 18, 2020

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

Improve this page

Add a description, image, and links to the svg 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 svg topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.