Install
Works with Drupal: ^10.3 | ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
62.07 KB
MD5: 9df971c6c8d2a12bfa01a98ed3ca9dfb
SHA-1: 4a78abd1dcdc54a074b5ee2b2a85b1f450ef2337
SHA-256: 106d8b7175910f6eaec065bfd37efcdd009141dfcf63a57d06e79f8fa76629c6
Download zip
92.16 KB
MD5: aa886edd3729cec73e2acbe7f505963f
SHA-1: f25e3e338209c176e103d6b12f05ad4d16ebe016
SHA-256: fe6087c43f0d6fbf2208bb8dcc8d78a95c6411c88a2ba0d43eff5de3c157b459
Release notes
New Features
- Analytics API service - New API service and Drush commands for AI
integration - Interactive charts - Plotly.js-powered charts with Y-axis metric
toggle and max variants filter - Date filters - Filter experiment data by date range
- Snapshot storage - Store and retrieve experiment data
snapshots
Improvements
- UX enhancements - Animated gradient border branding for RL
experiments - Added Plotly.js installation documentation and missing library warning
Plotly.js Installation (Required for Charts)
# Add Asset Packagist repository (if not already configured) composer config repositories.asset-packagist composer https://asset-packagist.org # Install the Composer plugin for npm assets (if not already installed) composer require oomphinc/composer-installers-extender composer config extra.installer-types --json '["npm-asset"]' composer config extra.installer-paths.web/libraries/\{\$name\} --json '["type:npm-asset"]' # Install Plotly.js composer require npm-asset/plotly.js-dist-min:^2.35