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
dc0e0354
Commit
dc0e0354
authored
Jul 28, 2022
by
Kevin Yumang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SERV-2286 - added more attributes for line chart data
parent
9ef12c5f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
LineChart.blade.php
src/Views/Limitless/Linechart/LineChart.blade.php
+5
-4
No files found.
src/Views/Limitless/Linechart/LineChart.blade.php
View file @
dc0e0354
...
@@ -3,19 +3,20 @@
...
@@ -3,19 +3,20 @@
charts=
"{{ $charts }}"
charts=
"{{ $charts }}"
titles=
"{{ json_encode($titles) }}"
titles=
"{{ json_encode($titles) }}"
colors=
"{{ json_encode($colors) }}"
colors=
"{{ json_encode($colors) }}"
point-values=
"{{ $pointValues }}"
boundary-gap=
"{{ $boundaryGap }}"
boundary-gap=
"{{ $boundaryGap }}"
inverted=
"{{ $inverted }}"
inverted=
"{{ $inverted }}"
data-zoom=
"{{ $dataZoom }}"
data-zoom=
"{{ $dataZoom }}"
stacked=
"{{ $stacked }}"
is-area=
"{{ $isArea }}"
animation-duration=
"{{ $animationDuration }}"
animation-duration=
"{{ $animationDuration }}"
@
if
($
yAxisLabelValueFormat
!=
null
)
y-axis-label-value-format=
"{{ $yAxisLabelValueFormat }}"
@
endif
@
if
($
yAxisLabelValueFormat
!=
null
)
y-axis-label-value-format=
"{{ $yAxisLabelValueFormat }}"
@
endif
@
if
($
markLine
!=
null
)
mark-line=
"{{ $markLine }}"
@
endif
categories=
"{{ json_encode($categories) }}"
categories=
"{{ json_encode($categories) }}"
series=
"{{ json_encode($series) }}"
series=
"{{ json_encode($series) }}"
data=
"{{ $data }}"
data=
"{{ $data }}"
raw=
"{{ json_encode(json_decode($raw)) }}"
raw=
"{{ json_encode(json_decode($raw)) }}"
point-values=
"{{ $pointValues }}"
stacked=
"{{ $stacked }}"
is-area=
"{{ $isArea }}"
@
if
($
markLine
!=
null
)
mark-line=
"{{ $markLine }}"
@
endif
>
>
</div>
</div>
</div>
</div>
\ No newline at end of file
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