charts and gauges

I’m looking at Corona … but I do a lot of apps that require charts and gauges.

are there any libraries or third party libraries that are available?

Thank you in advance for your help [import]uid: 196246 topic_id: 33040 reply_id: 333040[/import]

Not much…I think GlitchGames made a small library. Have a look in the corona code sharing library for more info.

I hope that coronalabs puts more focus on business apps development in the future!

[import]uid: 106768 topic_id: 33040 reply_id: 131211[/import]

My ears are burning :slight_smile:

I personally ( Graham Ranson ) created a simple wrapper for the Google Charts API here - https://github.com/GrahamRanson/Charts

The plan is to turn that and my others into a GG lib soon. [import]uid: 119420 topic_id: 33040 reply_id: 131217[/import]

Graham, you have sensitive ears… LOL :wink:
a GGlib for Charts? That’s a great idea!

Ivo

[import]uid: 106768 topic_id: 33040 reply_id: 131219[/import]

I’ve just converted my old charts lib into GGChart available here - https://github.com/GlitchGames/GGChart

In doing that I’ve realised that the Google Charts API has since been deprecated for a new one, GGChart currently uses the old one however I hope to move over to the new one if needed.
[import]uid: 119420 topic_id: 33040 reply_id: 131225[/import]

Cool!

How do I make the background transparent?

[import]uid: 50459 topic_id: 33040 reply_id: 131229[/import]

You should be able to set the colour of the background to transparent with this property:

background = “bg,s,00000000”,

The colours are in hex format. [import]uid: 119420 topic_id: 33040 reply_id: 131240[/import]

Not much…I think GlitchGames made a small library. Have a look in the corona code sharing library for more info.

I hope that coronalabs puts more focus on business apps development in the future!

[import]uid: 106768 topic_id: 33040 reply_id: 131211[/import]

My ears are burning :slight_smile:

I personally ( Graham Ranson ) created a simple wrapper for the Google Charts API here - https://github.com/GrahamRanson/Charts

The plan is to turn that and my others into a GG lib soon. [import]uid: 119420 topic_id: 33040 reply_id: 131217[/import]

Graham, you have sensitive ears… LOL :wink:
a GGlib for Charts? That’s a great idea!

Ivo

[import]uid: 106768 topic_id: 33040 reply_id: 131219[/import]

I’ve just converted my old charts lib into GGChart available here - https://github.com/GlitchGames/GGChart

In doing that I’ve realised that the Google Charts API has since been deprecated for a new one, GGChart currently uses the old one however I hope to move over to the new one if needed.
[import]uid: 119420 topic_id: 33040 reply_id: 131225[/import]

Cool!

How do I make the background transparent?

[import]uid: 50459 topic_id: 33040 reply_id: 131229[/import]

You should be able to set the colour of the background to transparent with this property:

background = “bg,s,00000000”,

The colours are in hex format. [import]uid: 119420 topic_id: 33040 reply_id: 131240[/import]