Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
sidekick
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Privat - Marco Schmiedel
sidekick
Commits
7c542a8c
Commit
7c542a8c
authored
Aug 01, 2022
by
Kevin Yumang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SERV-2286 - chart docs update
parent
a59e8d94
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Index.blade.php
src/Views/Limitless/Barchart/Documentation/Index.blade.php
+2
-2
Index.blade.php
src/Views/Limitless/Linechart/Documentation/Index.blade.php
+2
-2
No files found.
src/Views/Limitless/Barchart/Documentation/Index.blade.php
View file @
7c542a8c
...
@@ -5,8 +5,8 @@
...
@@ -5,8 +5,8 @@
@
php
@
php
$chartDataManager
=
\Ceetrox\Sidekick\Views\Limitless\Barchart\Attachments\BarChartData
::
getInstance
();
$chartDataManager
=
SidekickBarChartDataManager
::
getInstance
();
// or $chartDataManager = new SidekickChartDataManager();
// or $chartDataManager = new Sidekick
Bar
ChartDataManager();
// accepts string or array.
// accepts string or array.
$chartDataManager
->
addCategories
(
'Mon'
);
$chartDataManager
->
addCategories
(
'Mon'
);
...
...
src/Views/Limitless/Linechart/Documentation/Index.blade.php
View file @
7c542a8c
...
@@ -5,8 +5,8 @@
...
@@ -5,8 +5,8 @@
@
php
@
php
$chartDataManager
=
\Ceetrox\Sidekick\Views\Limitless\Linechart\Attachments\LineChartData
::
getInstance
();
$chartDataManager
=
SidekickLineChartDataManager
::
getInstance
();
// or $chartDataManager = new SidekickChartDataManager();
// or $chartDataManager = new Sidekick
Line
ChartDataManager();
// accepts string or array.
// accepts string or array.
$chartDataManager
->
addCategories
(
'Mon'
);
$chartDataManager
->
addCategories
(
'Mon'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment