You could wrap the legend chart in a div that is absolute (or relative) positioned, and move it so it overlays your chart. Yes, you could probably use your own gif more easily for that, but the legend chart would be programmatically generated, and correspond to whatever colors you use in your chart.
On Mon, Nov 25, 2019 at 9:59 AM Bryan Maloney < [email protected]> wrote: > > > On Monday, November 25, 2019 at 9:27:59 AM UTC-5, Daniel LaLiberte wrote: >> >> Hi Bryan, >> >> The best you can do now is to turn off the default legend and draw (i.e. >> more kludges) your own legend using a 100% stacked stepped area chart. >> >> >> > Can the stacked stepped area chart be overlaid as if a legend or will it > require a separate <div> (or whatever container)? In that case, I might as > well just use a GIF. > > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/google-visualization-api/51ba0f3b-7b59-4269-8271-9b9075bc3230%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/51ba0f3b-7b59-4269-8271-9b9075bc3230%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> [email protected] <[email protected]> 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJPm%3DMVvqXYkZzomkzH2CJjSRkcjtCPr44i25AHX8wCmtg%40mail.gmail.com.
