# SmartChartJS3Adapter

## Overview

Enhances the [SmartChartAdapter](https://docs.wisej.com/ai/components/adapters/smartchartadapter) to integrate with the `Wisej.Ext.Web.ChartJS3` control. Internally, it registers an instance of ChartJS3Tools, which includes a reference to the associated ChartJS3 control.

## Configuration

```csharp
[Extends(typeof(ChartJS3), allowMultiple: false)]
```
