{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":755369395,"defaultBranch":"main","name":"apexcharts.js","ownerLogin":"rosco54","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-02-10T01:46:26.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/159597299?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1726835693.0","currentOid":""},"activityList":{"items":[{"before":"98d7c6116bdaad8a4f1b28a64f9d7ba4150afd89","after":"91e3dc3798da0eba6ce9c2ca331aa5db97bf6fbd","ref":"refs/heads/Issue_4686","pushedAt":"2024-09-20T13:00:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"},"commit":{"message":"Remove unused variable (tidy-up, unrelated to the main issue)\nIssue 4686\nExplicitly check for single isolated points when creating paths for\n'straight' and 'smooth' curves. Curve type 'monotoneCubic' already\ndoes this intrinsically due to the different algorithm employed.","shortMessageHtmlLink":"Remove unused variable (tidy-up, unrelated to the main issue)"}},{"before":"24ee820a44b7c091a4feb426ceaf1db116fe92c3","after":"98d7c6116bdaad8a4f1b28a64f9d7ba4150afd89","ref":"refs/heads/Issue_4686","pushedAt":"2024-09-20T12:52:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"},"commit":{"message":"Remove unused variable (tidy-up, unrelated to the main issue)\nIssue 4686\nExplicitly check for single isolated points when creating paths for\n'straight' and 'smooth' curves. Curve type 'monotoneCubic' already\ndoes this intrinsically due to the different algorithm employed.","shortMessageHtmlLink":"Remove unused variable (tidy-up, unrelated to the main issue)"}},{"before":null,"after":"24ee820a44b7c091a4feb426ceaf1db116fe92c3","ref":"refs/heads/Issue_4686","pushedAt":"2024-09-20T12:34:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"},"commit":{"message":"Remove unused variable (tidy-up, unrelated to the main issue)\nIssue 4686\nExplicitly check for single isolated points when creating paths for\n'straight' and 'smooth' curves. Curve type 'monotoneCubic' already\ndoes this intrinsically due to the different algorithm employed.","shortMessageHtmlLink":"Remove unused variable (tidy-up, unrelated to the main issue)"}},{"before":"8362e84fec95c89e9126841e293217efece4cb8b","after":"1c743a35d40b6cdd66da36c3d06d87fa6b5aabb1","ref":"refs/heads/main","pushedAt":"2024-09-18T22:31:49.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"},"commit":{"message":"Merge branch 'main' of https://github.com/apexcharts/apexcharts.js","shortMessageHtmlLink":"Merge branch 'main' of https://github.com/apexcharts/apexcharts.js"}},{"before":"40ae5952b62c347cb051a7dd4483e662fd06e302","after":null,"ref":"refs/heads/Issue_4704","pushedAt":"2024-09-16T05:17:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"}},{"before":"e524061f9387fdd8b4e4367c73979fb741f75c08","after":"8362e84fec95c89e9126841e293217efece4cb8b","ref":"refs/heads/main","pushedAt":"2024-09-16T05:14:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"},"commit":{"message":"Merge pull request #4705 from rosco54/Issue_4704\n\ntickPlacement: 'between' caused chart to crash","shortMessageHtmlLink":"Merge pull request apexcharts#4705 from rosco54/Issue_4704"}},{"before":"2078abffc5ae49b2039cae8157f618aa4818951d","after":"40ae5952b62c347cb051a7dd4483e662fd06e302","ref":"refs/heads/Issue_4704","pushedAt":"2024-09-15T10:13:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"},"commit":{"message":"Issue 4704\ngl.seriesX[0].length() was effectively used to size a number of\ntemporary arrays in Scales.scaleMultipleYAxes() but it appears that\ngl.seriesX is not populated if tickPlacement: 'between' is configured,\nso this initialization now uses gl.datapoints instead.\n\nRemoved a duplicate version of a function that was left behind during\nprevious refactoring:\nScales.setSeriesYAxisMappings()\nCoreUtils.setSeriesYAxisMappings()\nBoth were identical except for a loop at the end of\nCoreUtils.setSeriesYAxisMappings() which set default series group\nnames. Therefore removing Scales.setSeriesYAxisMappings() and\nsubstituting the call to it should have no net effect. This appears to\nbe the case from testing.","shortMessageHtmlLink":"Issue 4704"}},{"before":null,"after":"2078abffc5ae49b2039cae8157f618aa4818951d","ref":"refs/heads/Issue_4704","pushedAt":"2024-09-15T09:50:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"},"commit":{"message":"Removed the older of a duplicated function with differences in code:\nScales.setSeriesYAxisMappings()\nCoreUtils.setSeriesYAxisMappings()\nBoth were called so the version most recently modified was kept and\nboth calls now reference:\nCoreUtils.setSeriesYAxisMappings()\n\nIssue 4704\ngl.seriesX[0].length() was used to size a number of temporary arrays in\nCoreUtils.setSeriesYAxisMappings() but is not populated if\n```tickPlacement: 'between'``` is configured, so have changed to using\ngl.datapoints.","shortMessageHtmlLink":"Removed the older of a duplicated function with differences in code:"}},{"before":"7b34c3c5f79264d2fcbe979500015a70328b4038","after":"e524061f9387fdd8b4e4367c73979fb741f75c08","ref":"refs/heads/main","pushedAt":"2024-09-11T04:42:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"},"commit":{"message":"fixes #4683; use correct series names for legend hover","shortMessageHtmlLink":"fixes apexcharts#4683; use correct series names for legend hover"}},{"before":"ed443721fc3742c36778ca1a8740a8926315b5be","after":"7b34c3c5f79264d2fcbe979500015a70328b4038","ref":"refs/heads/main","pushedAt":"2024-09-03T01:42:33.000Z","pushType":"push","commitsCount":17,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"},"commit":{"message":"Merge pull request #4674 from ehsanullahhaidary/direction_rtl\n\nFix: direction rtl the vertical text displaced","shortMessageHtmlLink":"Merge pull request apexcharts#4674 from ehsanullahhaidary/direction_rtl"}},{"before":"c69f253c817e45826995dfbb33723304c9cb5165","after":"ed443721fc3742c36778ca1a8740a8926315b5be","ref":"refs/heads/main","pushedAt":"2024-08-21T07:24:24.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"},"commit":{"message":"fix #4644; clearAnnotations fix","shortMessageHtmlLink":"fix apexcharts#4644; clearAnnotations fix"}},{"before":"df170c83f818f918cbd77db6207f01cc77509b7f","after":null,"ref":"refs/heads/Issue_4630","pushedAt":"2024-08-16T00:44:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"}},{"before":"346e9c943bf87ba95f38211650afe09074489fb8","after":null,"ref":"refs/heads/Issue_4632","pushedAt":"2024-08-16T00:44:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"}},{"before":"cad1d2fbaeee45fa2dd5676ed0334c842932ec33","after":"c69f253c817e45826995dfbb33723304c9cb5165","ref":"refs/heads/main","pushedAt":"2024-08-16T00:39:54.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"},"commit":{"message":"Merge pull request #4640 from rosco54/Issue_4632\n\nChanges to accommodate issue 4632","shortMessageHtmlLink":"Merge pull request apexcharts#4640 from rosco54/Issue_4632"}},{"before":"109336576da7ba035fdaacfc4c858a4b532af428","after":"346e9c943bf87ba95f38211650afe09074489fb8","ref":"refs/heads/Issue_4632","pushedAt":"2024-08-15T10:06:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"},"commit":{"message":"Changes to accommodate issue 4632:\n1. Unconditionally select default initial axis ticks based on SVG size.\n2. Unconditionally, if not user specified, snap yMin or yMax to zero\nif already close.\n3. Re-order yaxes in one sample chart to prioritize stacked column\nvisual resolution. Add comment to draw attention to this feature of\nmulti axis charts.\n4. In Scales.niceScale: Check that maxTicks is always valid (suspect\nsome Unit tests don't set SVG dimensions).\n5. Set tickAmount explicitly in two unit tests to compensate for\nvariation in scaling following the above changes.","shortMessageHtmlLink":"Changes to accommodate issue 4632:"}},{"before":"24de83b85fd0a423d46bd6769365bc79febe681d","after":"109336576da7ba035fdaacfc4c858a4b532af428","ref":"refs/heads/Issue_4632","pushedAt":"2024-08-15T09:47:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"},"commit":{"message":"Changes to accommodate issue 4632:\n1. Unconditionally select default initial axis ticks based on SVG size.\n2. Make half-stepSize adjustment to axis ticks only if multiAxis chart.\n3. Unconditionally, if not user specified, snap yMin or yMax to zero\nif already close.\n4. Re-order yaxes in one sample chart to prioritize stacked column\nvisual resolution. Add comment to draw attention to this feature of\nmulti axis charts.\n5. In Scales.niceScale: Check that maxTicks is always valid (suspect\nsome Unit tests don't set SVG dimensions).\n6. Set tickAmount explicitly in two unit tests to compensate for\nvariation in scaling following the above changes.","shortMessageHtmlLink":"Changes to accommodate issue 4632:"}},{"before":null,"after":"24de83b85fd0a423d46bd6769365bc79febe681d","ref":"refs/heads/Issue_4632","pushedAt":"2024-08-15T09:32:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"},"commit":{"message":"Changes to accommodate issue 4632:\n1. Unconditionally select default initial axis ticks based on SVG size.\n2. Make half-stepSize adjustment to axis ticks only if multiAxis chart.\n3. Unconditionally, if not user specified, snap yMin or yMax to zero\nif already close.\n4. Re-order yaxes in one sample chart to prioritize stacked column\nvisual resolution. Add comment to draw attention to this feature of\nmulti axis charts.\n5. In Scales.niceScale: Check that maxTicks is always valid (suspect\nsome Unit tests don't set SVG dimensions).\n6. Set tickAmount explicitly in two unit tests to compensate for\nvariation in scaling following the above changes.","shortMessageHtmlLink":"Changes to accommodate issue 4632:"}},{"before":null,"after":"df170c83f818f918cbd77db6207f01cc77509b7f","ref":"refs/heads/Issue_4630","pushedAt":"2024-08-14T07:14:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"},"commit":{"message":"Fix issue 4630: a regression bug introduced by commit 686266c (3.49.0)\nReduce the calculation of zeroH.","shortMessageHtmlLink":"Fix issue 4630: a regression bug introduced by commit 686266c (3.49.0)"}},{"before":"ce686000b00ad4aab9fb674751589430f6d73065","after":"cad1d2fbaeee45fa2dd5676ed0334c842932ec33","ref":"refs/heads/main","pushedAt":"2024-08-14T05:17:14.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"},"commit":{"message":"fixes #4635; treemap datalabels printed for 0 values","shortMessageHtmlLink":"fixes apexcharts#4635; treemap datalabels printed for 0 values"}},{"before":"568fa83942a89e3226cac71f2a9d1ac5a745c443","after":"ce686000b00ad4aab9fb674751589430f6d73065","ref":"refs/heads/main","pushedAt":"2024-08-11T06:57:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"},"commit":{"message":"fix hightlightSeries argument","shortMessageHtmlLink":"fix hightlightSeries argument"}},{"before":"8026349efa6ae8c2e896977c687f30d481942eb3","after":"568fa83942a89e3226cac71f2a9d1ac5a745c443","ref":"refs/heads/main","pushedAt":"2024-08-10T04:10:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"},"commit":{"message":"highlightSeries method added; fixes #1886","shortMessageHtmlLink":"highlightSeries method added; fixes apexcharts#1886"}},{"before":"e0d8af4297ab08a2d5c0b2452ba89ff3e6d0a6da","after":"8026349efa6ae8c2e896977c687f30d481942eb3","ref":"refs/heads/main","pushedAt":"2024-08-08T11:52:01.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"},"commit":{"message":"fix #4601; correct alignment of datalabels in horizontal bar chart","shortMessageHtmlLink":"fix apexcharts#4601; correct alignment of datalabels in horizontal ba…"}},{"before":"ad63c825764299b542f4f626519ebe35cd15c882","after":"e0d8af4297ab08a2d5c0b2452ba89ff3e6d0a6da","ref":"refs/heads/main","pushedAt":"2024-08-06T02:11:57.000Z","pushType":"push","commitsCount":37,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"},"commit":{"message":"Merge branch 'main' of https://github.com/apexcharts/apexcharts.js","shortMessageHtmlLink":"Merge branch 'main' of https://github.com/apexcharts/apexcharts.js"}},{"before":"34b3a675ba8dc2c34e099677dd339abbbbdd8bce","after":"ad63c825764299b542f4f626519ebe35cd15c882","ref":"refs/heads/main","pushedAt":"2024-07-25T09:04:31.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"},"commit":{"message":"fixes #4579; heatmap legend color issue","shortMessageHtmlLink":"fixes apexcharts#4579; heatmap legend color issue"}},{"before":"f6f740b851be5bb3e1dbfbb7348b9f5a1e6974f4","after":null,"ref":"refs/heads/Issue_4558","pushedAt":"2024-07-21T07:29:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"}},{"before":"b28d3220024e2e68f83cecb80388223d7de63ffc","after":null,"ref":"refs/heads/Issue_4560","pushedAt":"2024-07-21T07:29:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"}},{"before":"915997ce23f9a905a9eaf538af3da5645ba24c26","after":null,"ref":"refs/heads/Issue_4561","pushedAt":"2024-07-21T07:29:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"}},{"before":"260567fd6499cd423283a92ce42af5e58725f42a","after":"34b3a675ba8dc2c34e099677dd339abbbbdd8bce","ref":"refs/heads/main","pushedAt":"2024-07-21T07:26:59.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"},"commit":{"message":"Merge pull request #4576 from rosco54/Issue_4560\n\nFix for issue 4560","shortMessageHtmlLink":"Merge pull request apexcharts#4576 from rosco54/Issue_4560"}},{"before":"09a1bba9a0169aefb11cb5fdd03e73fcbd538977","after":"b28d3220024e2e68f83cecb80388223d7de63ffc","ref":"refs/heads/Issue_4560","pushedAt":"2024-07-19T11:39:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"},"commit":{"message":"Fix getMinYMaxY() handling of multiple Y values per X value that was\nbroken sometime after revision 3.45.2 following changes to handle\nchart y axis autoscaling directly within this function.","shortMessageHtmlLink":"Fix getMinYMaxY() handling of multiple Y values per X value that was"}},{"before":null,"after":"09a1bba9a0169aefb11cb5fdd03e73fcbd538977","ref":"refs/heads/Issue_4560","pushedAt":"2024-07-19T08:29:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rosco54","name":"Ross Johnson","path":"/rosco54","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159597299?s=80&v=4"},"commit":{"message":"Fix getMinYMaxY() handling of multiple Y values per X value that was\nbroken sometime after revision 3.45.2 following changes to handle\nchart y axis autoscaling directly within this function.","shortMessageHtmlLink":"Fix getMinYMaxY() handling of multiple Y values per X value that was"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEu_fuVAA","startCursor":null,"endCursor":null}},"title":"Activity · rosco54/apexcharts.js"}