Commit Graph

110 Commits

Author SHA1 Message Date
An An 94c2acb957 Update project.pbxproj 2022-11-25 16:26:46 +08:00
An An 0bc9853f38 Reorder files 2022-11-25 16:05:52 +08:00
An An e511ea7372 Move AAPie from class to file 2022-11-25 15:44:10 +08:00
An An cf1c1b4c26 Move AAColumn class to be a file 2022-11-25 15:34:39 +08:00
An An 26cfa0f052 Update project.pbxproj 2022-11-25 11:09:55 +08:00
An An 96efd785d1 Update project.pbxproj 2022-11-23 16:45:40 +08:00
An An eab9e29f9d Update project.pbxproj 2022-11-23 16:01:04 +08:00
An An 136526c4be Update project.pbxproj 2022-11-22 19:14:24 +08:00
An An 44688187c5 Update project.pbxproj 2022-11-22 19:07:37 +08:00
An An 4f3fca28c0 Update project.pbxproj 2022-11-22 14:40:25 +08:00
zhaoyan.li 08932d8d48 Update project.pbxproj 2022-10-13 09:54:40 +08:00
An An 470b4bcdc7 Update project.pbxproj 2022-10-04 16:34:48 +08:00
An An 9cae717d14 Rename JSFormatterFunctionVC to be JSFunctionForAATooltipVC 2022-09-30 17:39:53 +08:00
An An 97f302e5c8 Update project.pbxproj 2022-09-30 17:36:25 +08:00
An An 21c2c25055 Optimize MainVC style 2022-09-30 15:10:00 +08:00
An An 7f4b2d1517 Add JSFunctionForAAAxisVC 2022-09-28 17:54:22 +08:00
An An 20e835c4d3 Reorder folder and files 2022-09-28 17:52:53 +08:00
An An 137dcc3957 Add JSFunctionForAALegendVC 2022-09-28 17:37:22 +08:00
An An af65adc18a Add AAScatter for AAPlotOptions 2022-09-08 14:32:10 +08:00
An An 84d2b11030 Add JSFunctionForAAChartEventsVC 2022-08-26 11:38:27 +08:00
An An 48dc6b20b8 Fix https://github.com/AAChartModel/AAChartKit/issues/1381 2022-08-25 10:38:58 +08:00
An An bdc3bc3534 Rename CustomTouchEndEventCallbackVC 2022-05-31 17:08:47 +08:00
An An f855d28c4d Organize folder 2022-05-31 16:53:33 +08:00
An An af12af602f Add CustomTouchEndEventCallback sample 2022-05-31 16:13:43 +08:00
An An 8c5c31e292 Add CustomSelectionEventCallback sample 2022-05-31 15:18:02 +08:00
An An c9c499e799 Add CustomMouseOutEventCallback samples 2022-05-31 15:03:25 +08:00
An An ca987decb8 Add PackageBundlePathLoader to resolve SPM bundle issue 2022-05-24 11:15:00 +08:00
An An 3d76e37528 Update AAAxis and so on 2022-04-18 11:31:33 +08:00
An An 945d71934e Refactor AAXAxis and AAYAxis to extend AAAxis 2022-04-18 10:34:24 +08:00
Javal Nanda 1434fa5ee1 Exclude arm64 arch from simulator to allow fat binary generation 2021-10-26 16:53:02 +05:30
Javal Nanda 5b0dd10b55 Make scheme shared 2021-10-26 16:52:38 +05:30
Javal Nanda b9111d6ce2 Add framework target 2021-10-26 16:40:41 +05:30
An An 8c53aba781 Add AAStyle single swift file 2021-09-09 18:28:24 +08:00
An An 206ee79734 Update to Highcharts 9.1.2 2021-08-09 18:30:35 +08:00
An An c1824d6e8b Add more useful samples for DrawChartWithAAOptionsVC 2021-07-19 18:08:14 +08:00
An An e23a249b95 Optimize customScatterChartMarkerSymbolContent chart sample code 2021-06-07 09:43:43 +08:00
An An 656c388ab7 Fix #304 => Add an AAChartView in XIB using sample 2021-05-26 22:11:29 +08:00
Aleksandar Vacić 260e59f61e When bundle resources are accessed inside a package, trickery is required.
SPM creates static instance Bundle.module, which points to proper package/framework bundle in the executable.

But .module does not exists when code is used as part of regular app. So we need trickery.

- ProjectBundlePathLoader.swift is file which works when code is used inside regular project app and it is marked as member of the app (and tests) targets. It must be excluded from the SPM package.
- PackageBundlePathLoader.swift is file which implements the same resource loading but this time using Bundle.module and as such it is not a member of the app/test targets.
2020-12-14 20:18:47 +01:00
AnAn fcd164f0b5 Add AdvancedUpdatingFeatureVC 2020-08-11 14:27:52 +08:00
AnAn cdbb754bfd Optimize AAExtension and more details 2020-08-11 11:20:59 +08:00
AnAn 3584ce7c58 Add useful file AAStringExtension 2020-08-11 11:05:00 +08:00
An An faa0c279e9 Add AACredits and AALang 2020-07-25 23:51:44 +08:00
An An fb1fc09797 Add AALang and usage sample 2020-07-17 17:29:13 +08:00
An An 89194bea75 Set Swift version be 5.0 2020-07-13 11:36:37 +08:00
An An 8324404a77 Set iOS deployment target be 9.0 2020-07-13 11:35:32 +08:00
An An 9e0656407f Migrate “English.lproj” (Deprecated) 2020-07-13 11:33:48 +08:00
An An d7000172cc Update to recommended setttings 2020-07-13 11:33:24 +08:00
An An fdd4da1490 Add AABaseChartVC 2020-07-10 15:00:29 +08:00
An An 6aae465507 Optimize folders and files sequence 2020-07-06 14:27:31 +08:00
An An ad4fbc9294 Specific s.swift_version be 5.0 and IPHONEOS_DEPLOYMENT_TARGET be 9.0 2020-07-03 17:31:42 +08:00