Hi Haseeb, There are two tricks you can use to fill the area between two lines (as in line segments between points).
1. You can use a stacked area chart with 2 series, and set the fill opacity of the lower series to 0. 2. You can use an unstacked area chart with 1 series where you extend the first line with points of the second line in reverse order to complete a closed polygon back to the first point of the first line. This will fill the area inside the polygon, surprisingly. On Wed, Apr 1, 2020 at 9:57 AM Haseeb Z <[email protected]> wrote: > I need to fill the area between two parallel lines on a line chart. > > I have tried combo chart with line and area charts to achieve this, but I > am unable to find any help regarding setting vertical axis boundaries for > the area chart. > > -- > 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/63a5e6c2-4566-4021-8390-b1abd2cb98fb%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/63a5e6c2-4566-4021-8390-b1abd2cb98fb%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/CAOtcSJPFR6Xgq6nzOkY4TaauMYauSX%2Beskmatvx6V-u93bGh9g%40mail.gmail.com.
