Copy Chart.js as-is
This commit is contained in:
parent
b0bdc3e7b2
commit
023968ef9d
|
|
@ -83,7 +83,7 @@
|
||||||
</section><!-- /.content -->
|
</section><!-- /.content -->
|
||||||
</div><!-- /.content-wrapper -->
|
</div><!-- /.content-wrapper -->
|
||||||
|
|
||||||
<script type="text/javascript" src="{{ assets('js/chart.js') }}"></script>
|
<script src="{{ url('public/Chart.min.js') }}"></script>
|
||||||
<script>
|
<script>
|
||||||
var chartOptions = {!! json_encode($chartOptions) !!};
|
var chartOptions = {!! json_encode($chartOptions) !!};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -104,6 +104,7 @@ module.exports = [{
|
||||||
to: 'skins',
|
to: 'skins',
|
||||||
flatten: true
|
flatten: true
|
||||||
},
|
},
|
||||||
|
'node_modules/chart.js/dist/Chart.min.js',
|
||||||
]),
|
]),
|
||||||
new BundleAnalyzerPlugin({
|
new BundleAnalyzerPlugin({
|
||||||
openAnalyzer: false,
|
openAnalyzer: false,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user