File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,11 @@ class Widgets extends Component {
156
156
</ Widget03 >
157
157
</ Col >
158
158
< Col xs = { 12 } sm = { 6 } md = { 3 } >
159
- < Widget03 dataBox = { ( ) => ( { variant : 'twitter' , followers : '973k' , tweets : '1.792' } ) } />
159
+ < Widget03 dataBox = { ( ) => ( { variant : 'twitter' , followers : '973k' , tweets : '1.792' } ) } >
160
+ < div className = "chart-wrapper" >
161
+ < Line data = { makeSocialBoxData ( 1 ) } options = { socialChartOpts } height = { 90 } />
162
+ </ div >
163
+ </ Widget03 >
160
164
</ Col >
161
165
< Col xs = { 12 } sm = { 6 } md = { 3 } >
162
166
< Widget03 dataBox = { ( ) => ( { variant : 'linkedin' , contacts : '500+' , feeds : '292' } ) } >
@@ -166,7 +170,11 @@ class Widgets extends Component {
166
170
</ Widget03 >
167
171
</ Col >
168
172
< Col xs = { 12 } sm = { 6 } md = { 3 } >
169
- < Widget03 dataBox = { ( ) => ( { variant : 'google-plus' , followers : '894' , circles : '92' } ) } />
173
+ < Widget03 dataBox = { ( ) => ( { variant : 'google-plus' , followers : '894' , circles : '92' } ) } >
174
+ < div className = "chart-wrapper" >
175
+ < Line data = { makeSocialBoxData ( 3 ) } options = { socialChartOpts } height = { 90 } />
176
+ </ div >
177
+ </ Widget03 >
170
178
</ Col >
171
179
</ Row >
172
180
< CardGroup className = "mb-4" >
You can’t perform that action at this time.
0 commit comments