Skip to content

Commit

Permalink
refactor: replace use of deprecated DefaultPlotPanelBatik
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Dec 25, 2023
1 parent d863aa7 commit 5c95bcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

package org.apache.jmeter.threads.openmodel.gui

import jetbrains.datalore.vis.swing.batik.DefaultPlotPanelBatik
import org.apache.jmeter.threads.openmodel.ThreadSchedule
import org.apache.jmeter.threads.openmodel.ThreadScheduleStep
import org.apache.jmeter.threads.openmodel.asSeconds
import org.apache.jmeter.threads.openmodel.rateUnitFor
import org.apiguardian.api.API
import org.jetbrains.letsPlot.batik.plot.component.DefaultPlotPanelBatik
import org.jetbrains.letsPlot.commons.registration.Disposable
import org.jetbrains.letsPlot.core.util.MonolithicCommon
import org.jetbrains.letsPlot.geom.geomLine
Expand Down

0 comments on commit 5c95bcc

Please sign in to comment.