/
githubmirror
/
echarts
ОбзорДокументацияВойти
/
githubmirror
/
echarts
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
echarts/
.../component/axis/
..
AngleAxisView.ts

fix: realtimeSort: + When base axis is x, the initial sort should not be different from the subsequent sort. + Remove the transition animation of the baseAxis init state to the first sorted state. + Fix that throw error when series data does not cover all axis category. + Fix some incorrect logic like: + BarView sortMap input param + OrdinalScale['scale'] + OrdinalScale['getTicks'] + Simplify and clarify the params `sortInfo` of action "changeAxisOrder". ```js // before: sortInfo: [ // `beforeSortIndex` is not easy to understand and not necessary. { ordinalNumber: 2, beforeSortIndex: 4 }, { ordinalNumber: 5, beforeSortIndex: 5 }, { ordinalNumber: 3, beforeSortIndex: 0 }, { ordinalNumber: 4, beforeSortIndex: 2 }, { ordinalNumber: 0, beforeSortIndex: 3 }, { ordinalNumber: 1, beforeSortIndex: 1 }, ] // after: sortInfo: { ordinalNumbers: [2, 5, 3, 4, 0, 1] } ``` + some small refactor: naming, code organization, type. Add comments.

6 лет назад
AxisBuilder.ts

fix(subpixel): remove an unexpected change

4 года назад
AxisView.ts

fix(axis): remove unnecessary files

4 года назад
CartesianAxisView.ts

fix(subpixel): refactor subPixelOptimizeLine

4 года назад
ParallelAxisView.ts

fix(subpixel): set animation with subpixel optimization

4 года назад
RadiusAxisView.ts

fix(subpixel): set animation with subpixel optimization

4 года назад
SingleAxisView.ts

fix(subpixel): refactor subPixelOptimizeLine

4 года назад
axisSplitHelper.ts

refact: use 'style' in visual instead of separate color, opacity. bug fixes on state management.

6 лет назад
parallelAxisAction.ts

fix: fix parallel action not work bug

6 лет назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©