Soumik555 commited on
Commit
fbda383
·
1 Parent(s): db0a93c

single tooltip component

Browse files
Files changed (2) hide show
  1. controller.py +1 -1
  2. 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, arrange them in a format (2x2, 3x3, etc.) in the single chart
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, arrange them in a format (2x2, 3x3, etc.) in the single chart 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.
 
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.