single tooltip component
Browse files- controller.py +1 -1
- groq_chart.py +1 -1
controller.py
CHANGED
@@ -402,7 +402,7 @@ def handle_out_of_range_float(value):
|
|
402 |
instructions = """
|
403 |
|
404 |
- Please ensure that each value is clearly visible, You may need to adjust the font size, rotate the labels, or use truncation to improve readability (if needed).
|
405 |
-
- For multiple charts,
|
406 |
- Use colorblind-friendly palette
|
407 |
- Read above instructions and follow them.
|
408 |
|
|
|
402 |
instructions = """
|
403 |
|
404 |
- Please ensure that each value is clearly visible, You may need to adjust the font size, rotate the labels, or use truncation to improve readability (if needed).
|
405 |
+
- For multiple charts, put all of them in a single file.
|
406 |
- Use colorblind-friendly palette
|
407 |
- Read above instructions and follow them.
|
408 |
|
groq_chart.py
CHANGED
@@ -29,7 +29,7 @@ logger = logging.getLogger(__name__)
|
|
29 |
instructions = """
|
30 |
|
31 |
- Please ensure that each value is clearly visible, You may need to adjust the font size, rotate the labels, or use truncation to improve readability (if needed).
|
32 |
-
- For multiple charts,
|
33 |
- Use colorblind-friendly palette
|
34 |
- Read above instructions and follow them.
|
35 |
- Please do not use any visualization library other than matplotlib or seaborn.
|
|
|
29 |
instructions = """
|
30 |
|
31 |
- Please ensure that each value is clearly visible, You may need to adjust the font size, rotate the labels, or use truncation to improve readability (if needed).
|
32 |
+
- For multiple charts, put all of them in a single file.
|
33 |
- Use colorblind-friendly palette
|
34 |
- Read above instructions and follow them.
|
35 |
- Please do not use any visualization library other than matplotlib or seaborn.
|