B4J Library [B4X] [XUI] xChart Class and b4xlib - klaus    Feb 4, 2025   (104 reactions)   tags: Klaus, B4X xChart Class Current version 10.0 A lite version is available: xChartLite. A mini version is also available: xChartMini. Learning B4XViews and XUI, I wrote this CustomView xChart Class. It is an evolution of Erels' Android Charts Framework. The xChart custom view is a B4X libary. It works on all three platforms: B4A, B4i and B4J. The xChart.b4xlib and the xChart.xml files are attached. You need to copy the xChart.b4xlib file to the AdditionlLibraries\B4X folder! The recommended AdditionlLibraries... B4A Tutorial Flow chart to help choose folder - Erel    Aug 18, 2021   (22 reactions) This flow chart will help you choose the folder in all kinds of different cases: 116811 There were reasons to use other folders in the past. Those reasons are no longer relevant, mainly due to new restrictions in Android. Other options to access local and remote files: https://www.b4x.com/android/forum/threads/saveas-let-the-user-select-a-target-folder-list-of-other-related-methods.129897/#content... B4A Library MPAndroidCharts - Various type of graphs / charts (Latest library V1.22 in post #1) - Johan Schoeman    Aug 5, 2020   (50 reactions)   tags: B4A Charts, chart graph, graficas Edit 6 Sep 2015: Post #3 adds Single Vertical Bar Charts and update for Pie Charts Edit 8 Sep 2015 Post #6 update for Single Vertical Bar Charts Edit 11 Sep 2015 Post #7 adds Single Line Charts Edit 12 Sep 2015 Post #8 update for Single Line Charts Edit 12 Sep 2015 Post #9 adds Single Horizontal Bar Charts Edit 12 Sep 2015 Post #11 adds Radar Charts Edit 13 Sep 2015 Post #12 update for Single Line and Single Bar Charts Edit 14 Sep 2015 Post #16 update for Radar Charts Edit 16 Sep 2015 Post #19... B4J Library [B4X] [XUI] xChartLite b4xlib - klaus    Jan 1, 2025   (38 reactions) Current version : 1.8 xChartLite is a b4xlib library, it is a lite version of the xChart library. A mini version is also available: xChartMini. It has automatic scales, automatic text size according to the chart size. These can also be set manually. I am convinced that many user do not need all kind of different possible charts and settings. The size of the code is almost one third of the full version. Supported charts: - Pie - Bar - Stacked bar - Lines The demo project is a B4XPages... Share My Creation Google Charts - Mashiane    Aug 16, 2013   (20 reactions) This example shows how you can draw a googles chart on a webview. The code uses a two classes to do... generate the class. Types of charts available: Pie and 3D Pie chart Donut Map (markers not displaying??) Motion Chart (not displaying yet??) Bubble chart Bar Chart Stacked Bar Gauge Column Chart Stacked Column Combination Chart Line Chart Area Chart Organizational Chart Geo Chart - Regions Geo Chart... are similar to the Google Charts Development website. There are also a few charts to add herein. See... B4J Code Snippet [PyBridge] Pygal - nice charting library - Erel    Feb 20, 2025   (14 reactions) Chart As PyWrapper = PyGal.Run("StackedLine") _ .ArgNamed("style", PyGalStyle..., "cubic") Chart.Run("add").Arg("A").Arg(Array(1, 3, 5, 16, 13, 3, 7)) Chart.Run("add").Arg("B").Arg(Array(5, 2, 3, 2, 5, 7, 17)) Chart.Run("add").Arg("C").Arg(Array(6, 10, 9, 7, 3, 1, 0)) Chart.Run("add").Arg("D").Arg(Array(2, 3, 5, 9, 12, 9, 5)) Chart.Run("add").Arg("E").Arg... B4J Code Snippet [PyBridge] [Server] Online charts with Plotly - Erel    Jul 29, 2025   (9 reactions) 165642 Porting of this desktop example: https://www.b4x.com/android/forum/threads/pybridge-visualization-of-hierarchical-data-with-plotly.167965/ to jServer. PyBridge runs with a background worker and the interaction with this worker is done with CallSubDelayed. This ensures that the code will be executed with the correct thread. Private Sub Btn_Click (Params As Map) Dim req As GraphRequest... Share My Creation EndsMeet ChartJs HTMX - aeric    Sep 3, 2025   (7 reactions) Update Chart.js using HTMX and B4J GitHub: https://github.com/pyhoon/EndsMeet-Htmx-ChartJs-B4J 166548 Example modified from DeepSeek original broken code.... B4J Library [B4X] [XUI] xChartMini b4xlib - klaus    Jan 2, 2025   (21 reactions) Current version : 1.5 xChartMini is a b4xlib library, it is a minimalist version of the xChartLite library which is a lite version of the full xChart library. It has automatic scales, which can also be set manually. Automatic text size according to the chart size. I am convinced that many user do not need all kind of different possible charts and settings. The size of the code is a little bit more than the half of the xChartLite version and about one fifth of the full version. Supported... B4A Question xChart on xCustomListView trouble - peacemaker    Nov 2, 2018 HI, All If to use xChart on a Layout that should be loaded into items of xCustomListView - i have the error java.lang.IllegalArgumentException: width and height must be > 0 at Sub CreateListItem(Text As Map, Width As Int, Height As Int) As Panel Dim p As Panel p.Initialize("") p.SetLayout(0, 0, Width, Height) p.LoadLayout("cell_vote") 'HERE DURING Initialization 'Here in the class xcvsGraph.Initialize(xBase) Any help ?... Page: 1   2   3   4   5   6   7   |