Hi codefreak, I'm not sure what you mean. You're already using an external library ( angular-google-chart <https://github.com/angular-google-chart/angular-google-chart>); this is a third-party library to add angular directives for Google Charts (which is also an external library). In theory, you could contribute to angular-google-chart (which is not officially supported by Google), or you could add an issue <https://github.com/angular-google-chart/angular-google-chart/issues> for the author of that library to fix Material charts.
On Mon, Jul 27, 2015 at 2:43 AM <[email protected]> wrote: > hi, Sergery > > How can i solve overlap problem in Angular google chart > (ng.google.chart.js). i don't want to use external library for it. > > On Sunday, July 26, 2015 at 4:51:37 PM UTC+5:30, [email protected] wrote: >> >> Hi Sergey thanks for help, >> How can i solve overlap problem in Angular google chart >> (ng.google.chart.js). i don't want to use external library for it. >> >> .value('googleChartApiConfig', { >>> version: '1.1', >>> optionalSettings: { >>> packages: ['line'], >>> language: 'en' >>> } >>> }); >> >> >> >> On Friday, July 24, 2015 at 8:10:05 PM UTC+5:30, Sergey wrote: >>> >>> Hi codefreak, >>> >>> This is actually somewhat expected. I think that the actual issue with >>> your example is that the angular wrapper isn't converting the Scatter >>> options. You are using the classic-style options, i.e. the options used in >>> all of our classic charts (those loaded in the 'corechart' package). With >>> the Material charts, we changed the options structure, but it is not yet >>> stable. So we are providing a way to convert the supported classic-style >>> options to the new options. Because your angular wrapper isn't doing this, >>> it also doesn't show you the title, which would prevent this cropping >>> issue. For example, take a look at this jsfiddle and notice the difference: >>> http://jsfiddle.net/5ej7ywv7/ >>> >>> On Fri, Jul 24, 2015 at 6:18 AM <[email protected]> wrote: >>> >>>> Same issue i got in this plunker >>>> http://plnkr.co/edit/VxVOaBxW2vFTJyH0joSQ?p=preview >>>> >>>> >>>> On Friday, July 24, 2015 at 3:41:39 PM UTC+5:30, [email protected] >>>> wrote: >>>>> >>>>> I am using angular google chart (version 1.1), but i have overlap >>>>> issue. >>>>> >>>>> >>>>> <https://lh3.googleusercontent.com/-MzWJF0LLQds/VbIPSbAxYrI/AAAAAAAAAAM/qnMQ1BuCUfs/s1600/screenshot-apps%2B2015-07-24%2B15-36-23.png> >>>>> >>>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Google Visualization API" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To post to this group, send email to [email protected]. >>>> Visit this group at >>>> http://groups.google.com/group/google-visualization-api. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
