javascript - Google chart legend pager issues on mobile -


i'm working on web-app uses jquery mobile , google chart display loads of different types of analytics a/many custom build platforms.

the above not entirely relevant question, issue i'm walking high amount of legend values.

ofcourse it'd better use less different values in our chart, reason need 20ish items.

we're fine , it's clipped onto 2 or 3 pages within legend. question though, know simple solution browse buttons, either want change them or touch field bigger, since it's hard click small arrow big thumbs.

http://jsfiddle.net/3dp3f/1/

example of trouble thumbs icon.

does know of decent way keep our tabled , phone users happy?

you cannot edit size because it's svg path. size of can edited within tag , not css. option javascript. have edit attribute d , figure out higher dimensions path uses dimensions instead of height , width.

play bit around with

path{  fill:red; } 

to see can more it.

this current tag left arrow:

<path d="m356,162l351,151l345,162z" stroke="none" stroke-width="0" fill="#cccccc"></path> 

where d dimension.

hope helped bit though not solution.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -