ytgov / yukon-ca

New version of Yukon.ca, built on Drupal 10
1 stars 1 forks source link

Issue#342 - Charts render as code not charts #457

Closed w3creatives closed 3 months ago

w3creatives commented 3 months ago

Issue Addressed:

https://github.com/ytgov/yukon-ca/issues/342

Steps:

  1. Merge the PR
  2. Run the following commands:
  3. npm run build command inside [web-root]/docroot/themes/custom/yukonca_glider
  4. terminus drush yukon-drupal-10.develop -- migrate:import --update yukon_migrate_basic_page
  5. terminus drush yukon-drupal-10.develop -- migrate:import --update yukon_migrate_basic_page_translations
  6. Clear Drupal cache using drush cr.
leeomara commented 2 months ago

@w3creatives Is the CSS included in the custom module different than the CSS Highcharts offers on their website?

w3creatives commented 2 months ago

@leeomara CSS in the custom module is a copy of this version https://yukon.ca/sites//all//libraries//highcharts//code//css//highcharts.css

If you prefer to use this https://code.highcharts.com/css/highcharts.css, then we can test that well.