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

Try this:

cmpTableFontSize.aia (14.2 KB)

Tested companion and compiled app on Android 13 Google Pixel 4a.

yours works well.
but, my code that used block like you didn't work
(Chartmakerplus V2.0 and V4.0 + Android 14).
Also I did update my extention to V2.0 -> V4.0(latest version?)
After update, gray header didn't work (only transparent).

Your chartmakerplus version is V2.0 (2021-Dec.)
and I also changed version like you. but it didn't work.

The problem phone infomation (up/down scroll function doesn't work)
gallexy S24 (kind of brand new)
One UI Vesrion 6.1
Android Version 14
google play system update : 23/7/1
knox version : knox 3.10, knox api level 37, knox ML 1.4

My wipe's old phone is also android 14(updated), but, it works.
(Z-Flip 3)

What can i try, sir? Please, Help Me.. ^^

Yes, I checked screen scrollable.
Do you have any options that depends on the android version?

It won't scroll if you have screen scrollable checked.

But, other phones have no problem with scroll function eventhough screen scrollable is checked.

One UI 6.1 & android 14 : up/down scroll didnt work
One UI 6.0 & android 14 : OK
One UI 4.1 & android 13 : OK

One UI is different.

Did it work when you unticked screen scrollable ?

Dear TIMAI2.

I found the problem.
it's not android version problem.
you were right.
it's due to screen scroll function checked
some people used big font, so, the screen was scrolled.
I disabled the screen scroll function and then everything is ok.

Thanks for your kind support.

1 Like

how can I remove the background color?

bottomless

Which one? Explain more on what you want to achieve.

with frame and background
image
image

only background
image
image

bottomless to this I wish to reach
image

Much of this already covered in the posts above, I would start reading from here:

If this is not what you want, come back.

If you want a transparent webviewer then you can use the webviewextra extension which provides that feature:

image

excellent

If I would like to change the color of the text

or enlarge the text

Look in the configuration options for the Pie Chart:

especially fontSize and legend.textStyle

image

I have looked for information on 3D graphics and I have not found

only the 3D circular graphic method

I would like to get a 3D bar graph

some example?

No 3d option for anything other than the Pie Chart from what i can find in the documentation and on SO

consultation
Is there a possibility of being able to disable one of the lists?

I understand that lists necessarily have to have text
but in the event that we have not yet reached the month, there is no data to fill out

That is why I need to disable that list momentarily until the data for the month is filled out.

the tags
Plan_dic
Real_dIc

When we reach that month I automatically obtain the data from the FB and that list must be enabled

As you can see in the image, if we set 0, the curve is deformed and goes below the X axis.

Try entering null for your months with no data

how would it be?
null is a block?
where do i find it

do you have any example?

No, null is a text (not zero or blank, but nothing), but google charts should see it as null

Try it with the example chart here:

https://developers.google.com/chart/interactive/docs/gallery/linechart#curving-the-lines

[ ['Year', 'Sales', 'Expenses'],
  ['2004',  1000,      400],
  ['2005',  1170,      460],
  ['2006',  660,       1120],
  ['2007',  null,      null]
 ]

perfect