Skip to content

Commit 5a86307

Browse files
authored
Merge pull request #7 from VisionKernel/dev
Fixed areacharts panel view
2 parents a751957 + b14160f commit 5a86307

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A modern, high-performance JavaScript charting library optimized for financial and economic data visualization. Built specifically to replace multiple charting libraries in the VisionKernel platform.
44

5-
![Version](https://img.shields.io/badge/version-0.2.0-blue.svg)
5+
![Version](https://img.shields.io/badge/version-1.1.0-blue.svg)
66
![License](https://img.shields.io/badge/license-MIT-green.svg)
77

88
## Overview

src/charts/AreaChart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Crosshair from '../components/Crosshair.js';
22
import Tooltip from '../components/Tooltip.js';
33
import LineChart from './LineChart.js';
4-
import { LinearScale, LogScale } from '../core/Scale.js';
4+
import { LinearScale, LogScale, TimeScale } from '../core/Scale.js';
55

66
/**
77
* AreaChart class for rendering area charts

0 commit comments

Comments
 (0)