📊 [Free] ChartMakerPlus - an extension to make google charts

Which graph do you want to display ?

Line chart
At x = date_time
At y = temperature

Here's one using the AI2 charts component, which does not treat JSON the way I had thought when starting out>

Screen2 has the working sample, Screen1 my failed JSON DataFile attempt.

image


charts_JSON.aia (6.8 KB)

Most of the work is digesting the JSON and the timestamps.

Given that your asked for a ChartMakerPlus answer:

BLOCKS

You can add more formatting layout options in extraOptions and css as required

@TimAi2's is much nicer.
I offer mine to test out the base AI2 components.

@ABG and @TIMAI2

tks very much

You are the best :slight_smile:

Very nice extension!!!
i have a question.
How can I chage font size in the table?
I don't have any manual for extraoptinos.

I provided links in the first post for each chart type's configuration options.

If you are making a table chart then you use css to modify the display elements of your table.

Like so?

Hello Community How can I a Column from Google Sheet like

[People,200,300,100,50]

display with ChartMakerPlus

What type of chart do your want to make ?

At the very minimum you are going to need a header row:

[
["People","A","B","C","D"],
["Count" ,200,300,100,50]
]

it works well, Thank you very much.

I have question about table again.
I want first line to be fixed without any change when I scroll up/down screen.
When I scroll, first line text is not moving, but, background color is changed in to transparent color. so, first line and other line characters are mixed.
Is there any option?

Oh Sorry I forget It should be a line diagram

You will need to look through the configuration options here and do some internet searching on how to configure the header row so that it behaves itself.

If I get time I will also see what I can find.

Something like this:

[["Count", "People"], ["A", 200], ["B", 300], ["C", 100], ["D", 50]]

I got it finally.

THx TIMA12 But this is easy but Danke

After fiddling for Hours I Got it
On Google Sheet you have to Change it to US behause in Germany we have a different Notation 12,566: You Change this
Set a spreadsheet's location & calculation settings

  1. On your computer, open a spreadsheet in Google Sheets.
  2. Click File. Settings.
  3. Under "General," click the "Locale" and "Time zone" menus to change your settings.
  4. Click Save settings.
    Thank you for this Tool

Thank you very much.
I'm not familiar with google chart and I tried to find the way.
But, I couldn't find.

Please, Help ^.^

@jnstyle0
I will see what I can do.

In the meantime, it may be easier to use the Tableviewer extension ?