I canβt find in the Charts API a way to remove any axis from the histogram. For instance:
cht=bvg chs=410x150 chd=s:StackOverflow
How to remove gray x and y axes?
Try to add
& chxt = x, y & chxs = 0.000000.10.0, 000000 | 1.000000.10.0, 000000 &; chxl = 0: || 1: |
All I found is this trick: cover them with a white line and it works
cht=bvg chs=410x150 chd=s:StackOverflow chm=r,FFFFFF,0,-0.01,0.01,1 R,FFFFFF,0,-0.01,0.01,1
... but any "cleaner" way?
( , )
chxt=x,y chxs=0,,0,0,_|1,,0,0,_
:
chxt=x,y
. , x y , - , chxs.
chxs=0,,0,0,_|1,,0,0,_
, . , :
0
1
_
Learn more at https://developers.google.com/chart/image/docs/chart_params#axis_label_styles
Source: https://habr.com/ru/post/1747353/More articles:HTML Why do iframe contents load twice? - htmlCSS line break in TD - cssLive feedback on how many characters are left in the text box - javascriptWorks in Firefox but not IE - javascriptasp.net mvc - Check which controller and method is being called? - methodsSQL Server: XML column ordering node - xmlHow to close a window in Perl / Tk? - perlHow to load a gallery from another page into a div on my page? - jqueryINSERT SQL in Java - javaHow can I connect to Sybase with Perl? - sqlAll Articles