Hi Nadja, It is not exactly clear what you are asking for, but if you prepare your data appropriately, I believe you can get the effect you want. Look into using the 'role' column: https://developers.google.com/chart/interactive/docs/roles#what-are-roles and perhaps use a DataView with a calculated column to build the appropriate table: https://developers.google.com/chart/interactive/docs/reference#dataview-class
If you put together an example that we can look, we could perhaps help you more. On Thu, Mar 10, 2016 at 2:12 AM, Nadja <[email protected]> wrote: > Can nobody help me? > Or do you not understand what I mean? > Nadja > > Am Montag, 7. März 2016 18:47:05 UTC+1 schrieb Nadja: >> >> Hello, >> >> I have a line chart with data from a database. >> In the database I have a column called "error", where numbers or >> characters reflect the error code (e.g. 0=no error, A=Error in size, >> B=Error in....). >> If the error is not equal to "0" the data-set for this entry shall not be >> displayed in the graph; there should be a marker for this data-set >> (*/asterix/color-coded/...) to reflect that this data-set has an error. >> In principle I need the good old "if/then" function; IF the error-column >> is <>0, THEN display * or whatever... >> Can somebody help me, how to fix this with google line charts? >> Thank you >> Nadja >> > -- > 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 > https://groups.google.com/group/google-visualization-api. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-visualization-api/dfaff0db-a141-4b56-b3ec-c3e548aa7441%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/dfaff0db-a141-4b56-b3ec-c3e548aa7441%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> [email protected] <[email protected]> 5CC, Cambridge MA -- 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 https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJOo4m-pbPRyktP30%2BnZN8sVW8Jj0Q3rLKwHS%3DDs-bTmGg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
