Conversation
|
@CodiumAI-Agent /describe |
|
@CodiumAI-Agent /review |
Titlebuild(echart): Line chart User descriptionDescriptionComplete working of the Line chart apart from brush event as mentioned in the ticket. Changes MadeFields Tooltip Events Axis Features Styling Features How to TestInitially run the DB to get all the data to render the graph with actual data. NotesPR Type
Description
Changes walkthrough 📝
|
|
@CodiumAI-Agent /improve |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨
|
|
@JaganSomannaKanini two changes from me: Could you please take a look at Show Title under Y-Axis styling? When I have data within the chart, if I turn the Y axis title off, the chart goes blank. I also am unable to then use the switch to turn the title back on as well. |
PR Code Suggestions ✨No code suggestions found for the PR. |
|
@JaganSomannaKanini after raising PR for CRUD, could you please finish addressing these as next priority? |
|
@ehynd Sure, after raising PR for CRUD ticket I will take a look on this as priority. |
…r' of github.com:SEMOSS/semoss-ui into dev
|
@CodiumAI-Agent /update_changelog |
|
Changelog updates: 🔄 2025-03-20Added
|
Description
Complete working of the Line chart apart from brush event as mentioned in the ticket.
Changes Made
Fields
x-axis
y-axis
Tooltip
Ability to add/select multiple y-fields for a multi-line chart. Ex: I select age for x but can select bp1d AND bp1s for y
Events
Click event
Axis Features
Show/hide each axis
Add axis titles
Show/hide axis titles
Edit label font size of axis titles
Show tick marks for x-axis
Show tick marks for y-axis
Rotate axis values (by a degree amount)
Styling
Change color scheme
Add chart title
Curve type (how the line is formed) options of smooth, exact, step
Choose line type (solid, dashed, dotted)
Choose line weight
Features
Legend - toggle on/off
Display value labels
Customize value labels (choose position for the value label, rotate label by a certain degree, select font and font size and font color)
Toggle tooltips on/off
Ability to resize chart
How to Test
Initially run the DB to get all the data to render the graph with actual data.
Then proceed with the tools section.
Notes