Giter Club home page Giter Club logo

Comments (7)

martynasma avatar martynasma commented on July 28, 2024

You can use any SVG as a shape in annotation. Take a look at this section in the documentation:

https://github.com/amcharts/export#annotation-settings

It shows how you can define your own list of shapes.

However, the shapes will probably not be able to be shown in multiple colors.

from export.

debsush avatar debsush commented on July 28, 2024

Thank you for the prompt response. I have gone through the documentation. Based on what I understood, currently we can pick up the shapes from the shapes folder.

"shapes": [ "test.svg" ], // Choice of shapes offered in the menu (shapes are being loaded from the shapes folder)

I am not sure if the shapes folder "https://github.com/amcharts/export/tree/master/shapes" currently has the symbols that are part of the StockEvents. Was wondering if you could add these additional symbols to the folder mentioned above. As far as color is concerned, I only need the arrowDown and arrowUp symbols to be in available in RED and GREEN colors. Is it doable?

Regards,
SD

from export.

martynasma avatar martynasma commented on July 28, 2024

No, those shapes are not there now. You can add any SVG there. I suggest looking for SVG icons on https://www.iconfinder.com/

You can then put those SVGs into shapes folder, then use shapes array to define which ones to add.

from export.

debsush avatar debsush commented on July 28, 2024

Thank you.

Current effort to upload the shapes into the shapes folder "https://github.com/amcharts/export/tree/master/shapes" is giving me the message

**_Uploads are disabled.

File uploads require push access to this repository.
_**
What is the default size that we should use. Do you use the 128*128 or some other configuration.

from export.

martynasma avatar martynasma commented on July 28, 2024

Default built in size of the shapes are 32x32px.

However, that size does not matter a lot, since SVG is a vector-based format. So the images will scale without any loss to quality both ways.

from export.

debsush avatar debsush commented on July 28, 2024

Can I send you a list of icons downloaded from iconfinder.com and you can help me push those images into the Shapes folder as I do not seem to have the access level to push files into the Shapes folder.

Thank you
SD

from export.

martynasma avatar martynasma commented on July 28, 2024

You will need to add those icons into your own folder. Or clone this repository and add those icons to your own. This way you will be able to keep main Export plugin files in sync, while at the same time maintain your own copy of the shapes folder.

from export.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.