Without the module and the correctly configured highcharts library, I get the following upon install of varbase_total_control:

drush varbase_total_control
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "highcharts" plugin does[error]
not exist. in
drupal-8.5.6/html/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:52

Comments

SocialNicheGuru created an issue. See original summary.

socialnicheguru’s picture

Title: Charts_higcharts should be a dependency » Charts_highcharts should be a dependency

Also please note in the readme to read the readme in charts_highcharts to implement the highcharts libraries. It is not straightforward.

rajab natshah’s picture

Version: 8.x-5.x-dev » 8.x-6.x-dev
rajab natshah’s picture

Status: Active » Fixed

Fixed in #3017515: Changed [Varbase Total Control Dashboard] Components dependencies on install: enable or dependencies: enable of modules in the .info.yml and composer.json to have tilde Version Range (~)

varbase_total_control/varbase_total_control.info.yml

name: 'Varbase Total Control Dashboard'
type: module
description: 'A dashboard is what is missing for better Drupal administration experience. This dashboard is built on top of Total Control Admin Dashboard module, utilizing Panels, Google Analytics Reports, and several enhanced blocks and widgets for an intuitive and flexible administration experience.'
core: 8.x
version: 8.x-6.x-dev
package: Varbase
project: varbase_total_control
dependencies:
  - total_control:total_control
install:
  - google_analytics_reports_api
  - google_analytics_reports
  - charts
  - charts_highcharts
rajab natshah’s picture

Status: Fixed » Closed (fixed)