Project

General

Profile

« Previous | Next » 

Revision 60861

Created extra commented out variables for the various color paletted, and changed a graph's profile name until it is fixed in production

View differences:

europe-map-overview.component.ts
154 154
        // center: [15.2551, 54.5260],
155 155
        center: [14, 51],
156 156
        // zoom: 4.7,
157
        zoom: 4.3,
157
        // zoom: 4.3,
158
        zoom: 6,
158 159
        // roam: true,
159 160
        label: {
160 161
          emphasis: {
......
235 236
              itemStyle: {
236 237
                normal: {
237 238
                  color:  seriesColor,
239
                  // color:  {
240
                  //   type: 'linear',
241
                  //   x: 0,
242
                  //   y: 0,
243
                  //   x2: 0,
244
                  //   y2: 1,
245
                  //   colorStops: [{
246
                  //     offset: 0, color: '#A1AAB8' // color at 0% position
247
                  //   }, {
248
                  //     offset: 1, color: seriesColor // color at 100% position
249
                  //   }],
250
                  //   global: false // false by default
251
                  // },
238 252
                  // color:  '#f8d5e3',
239
                  // opacity: 0.8,
253
                  // opacity: 0.5,
240 254
                  borderColor: seriesColor,
241 255
                  borderWidth: 2
242 256
                }

Also available in: Unified diff