Skip to content

Dev#1614

Merged
AAChartModel merged 5 commits into
masterfrom
dev
Mar 17, 2026
Merged

Dev#1614
AAChartModel merged 5 commits into
masterfrom
dev

Conversation

@AAChartModel

Copy link
Copy Markdown
Owner

No description provided.

Introduce AAOptionsListVC (header & implementation) and register it in the Xcode project.pbxproj. Move the AAOptions / DrawChartWithAAOptions entry into its own list VC and remove the previous inline handling from MainVC, adjusting subsequent case indices and the section list accordingly. Improve AABaseListVC: only set default title when empty and split cell title strings on '---' to populate titleLabel and subtitleLabel (trimmed subtitle support). These changes organize AAOptions routes and improve table cell presentation.
Refactor AAOptions menu by moving several AAOptions submenus out of MainVC and into AAOptionsListVC. Added imports and new section entries (Pie, Polar, Multi Y axes, PlotLines/Bands/Zones, Areaspline, Tooltip, DataLabels, X/Y axis labels/types) and expanded chartTypeTitleArr. Implemented a section-based switch in tableView:didSelectRowAtIndexPath to push the appropriate option view controller. Cleaned up MainVC by removing related imports, removed the old per-section cases and renumbered remaining cases. This consolidates AAOptions routing into AAOptionsListVC for clearer structure and simpler MainVC.
Uncomment AAOptionsListVC import and wire AAOptions into the tab/sidebar. Replace the second view controller to use AAOptionsListVC with a title and system chart icon. Introduce createFourthViewController (AAOptionsWithJSForChartEventsListVC, titled "AAOptions JS") and createFourthNavigationController, and add the fourth navigation controller to the viewControllers and navigationControllers arrays. These changes expose both AAOptions and AAOptions JS tabs in the sidebar and fix view controller ordering.
Add new AAOptionsWithJSListVC (header + implementation) to group JS-function demo items. Update AAChartKitDemo.xcodeproj to include the new files and build entries. Modify AppDelegate to import and use AAOptionsWithJSListVC as the third tab (custom tab item) and swap MainVC into the fourth tab. Update MainVC to remove direct JS demo pushes, adjust case indices and menu arrays to reflect the new dedicated JS options list and reflowed section indexes.
Introduce OfficialSamplesListVC (header + implementation) to present official chart samples (Area, Bar/Column, Pie) using new AAOfficialSamplesChartVC which supplies AAOptions from various composer classes. Add the new files to the Xcode project file. Update AppDelegate to import the new controller, register it as the fourth tab, and add a fifth MainVC tab by adding createFifthViewController/createFifthNavigationController and including them in the sidebar/navigation setup. This exposes official sample charts in the demo app and integrates the new view controllers into the UI.
@AAChartModel AAChartModel merged commit 19d634b into master Mar 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant