+
{ x.toLocaleDateString() }
+
Value: { y }
+ { isForecast && yLower !== undefined && yUpper !== undefined && (
+
Range: { yLower } - { yUpper }
+ ) }
+
+ ) }
+ />` }
+/>
+
+## Legends
+
+### Basic Legend
+
+Display a legend showing the historical (solid line) and forecast (dashed line) series:
+
+